diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |