aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-09 11:02:01 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-09 11:02:01 +0200
commitd810d1cd42a31268ccb33993f1f1f429900c5ff8 (patch)
tree229311919524387d188752c4dcec730ecc115782 /README.md
parent678aef68af85c04015d8c385f6d6c60ffada7fad (diff)
downloadriscv_cpu-d810d1cd42a31268ccb33993f1f1f429900c5ff8.tar.gz
riscv_cpu-d810d1cd42a31268ccb33993f1f1f429900c5ff8.zip
added remaining branch instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a14a584..68ac156 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw
* R-type: add, sub, and, or, xor, sll, srl, sra, slt, sltu
* I-type: addi, andi, ori, xori, slti, sltiu, slli, srli, srai
* S-type: sw
-* B-type: beq
+* B-type: beq, bne, blt, bge, bltu, bgeu
* U-type:
* J-type: jal, jalr