RISC-V Resources
RISC-V Pseudo-Instruction
The followting table from RISC-V reference card introduces all the pseudo-instruction in RISC-V.

External Useful Resources
Godbolt: This is a useful website to convert high-level language code to RISC-V assembly code.
RISC-V Reference card: Got three versions here
The first is from Cambridge. (This version contain more syntax)
The second is from James Zhu from UCB. (This version is more complete)
The third is from NUS ECE Terrance Chan. (This version is mainly for NUS CG3207 only)
Last updated