TheThirdOne / rars

RARS -- RISC-V Assembler and Runtime Simulator
Other
1.14k stars 217 forks source link

Added lla pseudo instruction #214

Open mishapankin opened 4 months ago

mishapankin commented 4 months ago

RARS doesn't support lla pseudo instruction which could be generated by gcc even with -misa-spec=2.2 specified. It has been added as a copy of la pseudo instruction.