jameslzhu / riscv-card

An unofficial assembly reference for RISC-V.
Creative Commons Attribution 4.0 International
459 stars 57 forks source link

Missing C compressed instructions #10

Open luismarques opened 5 years ago

luismarques commented 5 years ago

You are missing at least the C.FLW, C.FLD, C.FSW, C.FSD instructions.

bcr commented 2 years ago

Also the CSR instructions from the base integer instruction set (CSRRW etc.)