RISC-V Instructions

Resources

Instruction Word

  • RISC-V instructions are 32 bits wide in the base ISA (RV32I / RV64I / RV128I).
  • Some extensions add compressed 16-bit instructions (C extension) or longer 48-/64-bit instructions (for special encodings), but 32-bit is the “normal” form.

A 32-bit instruction is divided into fields, depending on the format