From d810d1cd42a31268ccb33993f1f1f429900c5ff8 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 9 May 2024 11:02:01 +0200 Subject: added remaining branch instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3