aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-21 23:54:04 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-21 23:54:04 +0100
commitf5d4468b2a8afa28ddad0bad425f762725eb69a7 (patch)
tree618b54866130da61a65968775a5550960e8c954c /instructions.md
parent054225612d13e9a32b7900e423590367b5969b6e (diff)
downloadqtmips-f5d4468b2a8afa28ddad0bad425f762725eb69a7.tar.gz
qtmips-f5d4468b2a8afa28ddad0bad425f762725eb69a7.tar.bz2
qtmips-f5d4468b2a8afa28ddad0bad425f762725eb69a7.zip
Implement some logical operations
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/instructions.md b/instructions.md
index 81a0d76..11ea04e 100644
--- a/instructions.md
+++ b/instructions.md
@@ -76,14 +76,14 @@ CPU Load, Store and Memory Control Instructions
CPU Logical Instructions
------------------------
-* [ ] AND
-* [ ] ANDI
+* [-] AND
+* [-] ANDI
* [ ] LUI
-* [ ] NOR
-* [ ] OR
-* [ ] ORI
-* [ ] XOR
-* [ ] XORI
+* [-] NOR
+* [-] OR
+* [-] ORI
+* [-] XOR
+* [-] XORI
CPU Move Instruction
--------------------