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:
parent
aecd943c52
commit
0255b7b891
7 changed files with 507 additions and 359 deletions
|
|
@ -2,6 +2,6 @@
|
|||
"load": 0o100,
|
||||
"exec": 0o100,
|
||||
"data": [
|
||||
0o500000000000
|
||||
0o505040111111, // HRLI 1,111111
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue