Update README.md

pull/2/head
Donald Sebastian Leung 2020-08-10 16:47:09 +08:00
parent 42b8e5c245
commit d60c712704
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ _Note: This section is under development and will be updated as more classes are
- `InsnSrai`: SRAI instruction
- `InsnRV32IIType`: RV32I I-Type Instruction
- `InsnJalr`: JALR instruction
- `InsnRV32IITypeLoad`: RV32I I-Type Instruction (Load Variation)
- `InsnLb`: LB instruction
- `InsnLh`: LH instruction
- `InsnLw`: LW instruction
- `InsnLbu`: LBU instruction
- `InsnLhu`: LHU instruction
## Parameters