From 507675b59f2a8f825cb24e5209770f53cc114212 Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Tue, 11 Aug 2020 14:54:27 +0800 Subject: [PATCH] Update README.md --- insns/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/insns/README.md b/insns/README.md index 5fa0a4d..9e00672 100644 --- a/insns/README.md +++ b/insns/README.md @@ -67,6 +67,10 @@ Below is a list of instructions currently supported by this port of the riscv-fo - `InsnXori`: XORI instruction - `InsnOri`: ORI instruction - `InsnAndi`: ANDI instruction + - `InsnRV32ISType`: RV32I S-Type Instruction + - `InsnSb`: SB instruction + - `InsnSh`: SH instruction + - `InsnSw`: SW instruction ## Parameters