From 678aef68af85c04015d8c385f6d6c60ffada7fad Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 9 May 2024 10:13:14 +0200 Subject: fixed sw bug, where we wasn't set correctly --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1d81cb2..a14a584 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw * [gtkwave](https://github.com/gtkwave/gtkwave) for viewing waveforms * [openocd](https://openocd.org) for debugging +## 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 +* S-type: sw +* B-type: beq +* U-type: +* J-type: jal, jalr ## Resources -- cgit v1.2.3