aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-25 16:14:19 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-25 16:14:19 +0100
commit8f6d939e8d0fdec39c53da65cfb89f288d99eb82 (patch)
treecadb68d5720dd7d682e9492f72fea7239248862c /instructions.md
parentafa9e930255b3c380ad37fccc0767508534bad13 (diff)
downloadqtmips-8f6d939e8d0fdec39c53da65cfb89f288d99eb82.tar.gz
qtmips-8f6d939e8d0fdec39c53da65cfb89f288d99eb82.tar.bz2
qtmips-8f6d939e8d0fdec39c53da65cfb89f288d99eb82.zip
Implement instructions for moving from and to HI and LO registers
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 bfd936e..7682226 100644
--- a/instructions.md
+++ b/instructions.md
@@ -86,10 +86,10 @@ CPU Logical Instructions
CPU Move Instruction
--------------------
-* [ ] MFHI
-* [ ] MFLO
-* [ ] MTHI
-* [ ] MTHO
+* [x] MFHI
+* [x] MFLO
+* [x] MTHI
+* [x] MTHO
* [ ] MOVN
* [ ] MOVZ
* MOVF, MOVT won't be implemented as floating coprocessor won't be implemented