From 60d4e4125c433ab517139924c2795224b05f3705 Mon Sep 17 00:00:00 2001 From: William Song Date: Tue, 4 Apr 2023 02:07:43 +0900 Subject: [PATCH] update --- program_code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program_code b/program_code index 946d38c..c1d013c 100644 --- a/program_code +++ b/program_code @@ -12,7 +12,7 @@ # 4. The program code supports only the following list of instructions # (sorted by alphabetical order in each type). # R-type: add, and, div, divu, mul, or, rem, remu, sll, sra, srl, sub, xor -# I-type: addi, andi, jalr, slli, srai, srli, ld, ori, xori +# I-type: addi, andi, jalr, ld, slli, srai, srli, ori, xori # S-type: sd # SB-type: beq, bge, blt, bne # U-type: lui