aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-23 20:53:02 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-23 20:53:02 +0200
commit1a536e6ed689b8d7d3659a5dc19c28428e737b30 (patch)
tree1f6a10afcf6e4f0022af6e1d9ceec54490dd9289 /README.md
parenta515876002bef28d11e79ee9f74baa34790d86ce (diff)
downloadriscv_cpu-1a536e6ed689b8d7d3659a5dc19c28428e737b30.tar.gz
riscv_cpu-1a536e6ed689b8d7d3659a5dc19c28428e737b30.zip
added support for load and store operations of various sizes
Diffstat (limited to 'README.md')
-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