From d60c71270402c646a97d4a744c1bbc26dd2648bd Mon Sep 17 00:00:00 2001
From: Donald Sebastian Leung
Date: Mon, 10 Aug 2020 16:47:09 +0800
Subject: [PATCH] Update README.md
---
insns/README.md | 6 ++++++
1 file changed, 6 insertions(+)
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