aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-12 21:18:45 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-12 21:19:26 +0100
commit010194187d86041697f1e0e03edfc914940bd2ba (patch)
tree9492ed00912fbff774c70c18f0b991dd41dcacb1 /instructions.md
parentee64b00aa89f1ab4963607468dd42d77d7ef3f76 (diff)
downloadqtmips-010194187d86041697f1e0e03edfc914940bd2ba.tar.gz
qtmips-010194187d86041697f1e0e03edfc914940bd2ba.tar.bz2
qtmips-010194187d86041697f1e0e03edfc914940bd2ba.zip
Implement some store and load instructions
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/instructions.md b/instructions.md
index fbd5559..f9666ec 100644
--- a/instructions.md
+++ b/instructions.md
@@ -55,20 +55,20 @@ CPU No Instructions
CPU Load, Store and Memory Control Instructions
-----------------------------------------------
-* [ ] LB
-* [ ] LBU
-* [ ] LH
-* [ ] LHU
+* [x] LB
+* [x] LBU
+* [x] LH
+* [x] LHU
* [ ] LL
-* [ ] LW
+* [x] LW
* [ ] LWL
* [ ] LWR
* [ ] PREF
-* [ ] SB
+* [x] SB
* [ ] SC
* [ ] SD
-* [ ] SH
-* [ ] SW
+* [x] SH
+* [x] SW
* [ ] SWL
* [ ] SWR
* [ ] SYNC