From 2ab62a6f79a3f1d824c6956fba6736eaa240a02c Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Tue, 11 Aug 2020 16:59:02 +0800 Subject: [PATCH] Update README.md --- insns/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/insns/README.md b/insns/README.md index 9e00672..a61b02f 100644 --- a/insns/README.md +++ b/insns/README.md @@ -71,6 +71,13 @@ Below is a list of instructions currently supported by this port of the riscv-fo - `InsnSb`: SB instruction - `InsnSh`: SH instruction - `InsnSw`: SW instruction + - `InsnRV32ISBType`: RV32I SB-Type Instruction + - `InsnBeq`: BEQ instruction + - `InsnBne`: BNE instruction + - `InsnBlt`: BLT instruction + - `InsnBge`: BGE instruction + - `InsnBltu`: BLTU instruction + - `InsnBgeu`: BGEU instruction ## Parameters