aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34c5ab7..2ca3480 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,8 @@ riscv_cpu
## Currently Supported Instructions
* R-type: add, sub, and, or, xor, sll, srl, sra, slt, sltu
-* I-type: addi, andi, ori, xori, slti, sltiu, slli, srli, srai, lw
-* S-type: sw
+* I-type: addi, andi, ori, xori, slti, sltiu, slli, srli, srai, lw, lh, lhu, lb, lbu
+* S-type: sw, sh, sb
* B-type: beq, bne, blt, bge, bltu, bgeu
* U-type: lui, auipc
* J-type: jal, jalr