Implemented all four primary half-word moves (HLL, HLR, HRL, HRR) but none of the flavors (Z, O, E); need to test the primary instructions first

This commit is contained in:
Jeff Parsons 2017-02-27 09:50:28 -08:00 committed by Jeff Parsons
commit 0255b7b891
7 changed files with 507 additions and 359 deletions

View file

@ -2,6 +2,6 @@
"load": 0o100,
"exec": 0o100,
"data": [
0o500000000000
0o505040111111, // HRLI 1,111111
]
}