aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-25 16:39:10 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-25 16:39:10 +0100
commit0d7da86ea5e5187dca2e843549c33f761e35f068 (patch)
tree5dd1df523fd7665a78532c52043dac7117cfb23d /instructions.md
parent8f6d939e8d0fdec39c53da65cfb89f288d99eb82 (diff)
downloadqtmips-0d7da86ea5e5187dca2e843549c33f761e35f068.tar.gz
qtmips-0d7da86ea5e5187dca2e843549c33f761e35f068.tar.bz2
qtmips-0d7da86ea5e5187dca2e843549c33f761e35f068.zip
Add crude implementation of MOV* instructions
I don't like how it's implemented but I have no other idea atm.
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/instructions.md b/instructions.md
index 7682226..87d4dd5 100644
--- a/instructions.md
+++ b/instructions.md
@@ -90,8 +90,8 @@ CPU Move Instruction
* [x] MFLO
* [x] MTHI
* [x] MTHO
-* [ ] MOVN
-* [ ] MOVZ
+* [x] MOVN
+* [x] MOVZ
* MOVF, MOVT won't be implemented as floating coprocessor won't be implemented
CPU Shift Instructions