diff options
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/instructions.md b/instructions.md index a3ee0a0..81a0d76 100644 --- a/instructions.md +++ b/instructions.md @@ -11,8 +11,8 @@ Explanation of checkboxes: CPU Arithmetic Instruction -------------------------- * [-] ADD -* [ ] ADDI -* [ ] ADDIU +* [-] ADDI +* [-] ADDIU * [-] ADDU * [ ] CLO * [ ] CLZ @@ -26,8 +26,8 @@ CPU Arithmetic Instruction * [ ] MULT * [ ] MULTU * [-] SLT -* [ ] SLTI -* [ ] SLTIU +* [-] SLTI +* [-] SLTIU * [?] SLTU * [-] SUB * [-] SUBU |