From c938eefe4107239c3fc47852071a02d914ca588c Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Mon, 10 Aug 2020 17:37:47 +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 3e74d9d..6fbb057 100644 --- a/insns/README.md +++ b/insns/README.md @@ -58,6 +58,13 @@ _Note: This section is under development and will be updated as more classes are - `InsnLw`: LW instruction - `InsnLbu`: LBU instruction - `InsnLhu`: LHU instruction + - `InsnRV32IITypeArith`: RV32I I-Type Instruction (Arithmetic Variation) + - `InsnAddi`: ADDI instruction + - `InsnSlti`: SLTI instruction + - `InsnSltiu`: SLTIU instruction + - `InsnXori`: XORI instruction + - `InsnOri`: ORI instruction + - `InsnAndi`: ANDI instruction ## Parameters