From 010194187d86041697f1e0e03edfc914940bd2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 12 Dec 2017 21:18:45 +0100 Subject: Implement some store and load instructions --- instructions.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'instructions.md') 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 -- cgit v1.2.3