diff options
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 16 |
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 |