diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 20:53:02 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 20:53:02 +0200 |
commit | 1a536e6ed689b8d7d3659a5dc19c28428e737b30 (patch) | |
tree | 1f6a10afcf6e4f0022af6e1d9ceec54490dd9289 /README.md | |
parent | a515876002bef28d11e79ee9f74baa34790d86ce (diff) | |
download | riscv_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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |