Simple library to decode RISC-V instructions and find to which extension do they belong.
- RV32I
- M
- Use riscv-opcodes as source of truth.
- RV64I
- A
- F
- Modularize the file structure, one file for each extension.
- D
- Zicsr & Zifencei
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple library to decode RISC-V instructions and find to which extension do they belong.