From 10296cbf3be87e6c3d9ea6ff83065d34e7a66f48 Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Mon, 10 Aug 2020 14:14:40 +0800 Subject: [PATCH] Update README --- insns/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/insns/README.md b/insns/README.md index b8f5eae..d5a2cd4 100644 --- a/insns/README.md +++ b/insns/README.md @@ -50,6 +50,8 @@ _Note: This section is under development and will be updated as more classes are - `InsnSlli`: SLLI instruction - `InsnSrli`: SRLI instruction - `InsnSrai`: SRAI instruction + - `InsnRV32IIType`: RV32I I-Type Instruction + - `InsnJalr`: JALR instruction ## Parameters