Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
William Song authored and William Song committed Apr 3, 2023
1 parent 1e18ca8 commit 60d4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_code
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d4e41

Please sign in to comment.