diff --git a/insns/README.md b/insns/README.md index d5a2cd4..3e74d9d 100644 --- a/insns/README.md +++ b/insns/README.md @@ -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