aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-21 23:37:09 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-21 23:37:09 +0100
commit054225612d13e9a32b7900e423590367b5969b6e (patch)
treeb5ea0b5ea8cb6417f855803ec4fc71d0cb79bc99 /instructions.md
parentc4efaa81d4bf498c721db5cdbf932e7a3bcb0cae (diff)
downloadqtmips-054225612d13e9a32b7900e423590367b5969b6e.tar.gz
qtmips-054225612d13e9a32b7900e423590367b5969b6e.tar.bz2
qtmips-054225612d13e9a32b7900e423590367b5969b6e.zip
Implement some immediate arithmetic instructions
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md8
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