RISC-V Pseudoinstructions - Illegal operands?
Posted: Tue Aug 16, 2022 9:51 pm
I am compiling a RISC-V main program and having mixed results with psuedoinstructions:
mv works
li does not compile:
Is there documentation on which psuedos are supported?
Cheers
mv works
li does not compile:
Code: Select all
Error: illegal operands `li t0,_dest'
Cheers