mirror of
https://github.com/edmccard/twoapple-reboot.git
synced 2025-02-10 17:30:50 +00:00
NMOS opcode 0x0C addressing mode fix
This commit is contained in:
parent
412b1affad
commit
d55a53b186
@ -151,7 +151,11 @@ class NmosUndoc(bool strict, bool cumulative) : NmosBase!(strict, cumulative)
|
||||
"NOP", [0x1A, 0x3A, 0x5A, 0x7A, 0xDA, 0xFA], "Implied()")),
|
||||
""));
|
||||
mixin(Opcode(mixin(ManualAddress(
|
||||
"NOP", [0x0C, 0x1C, 0x3C, 0x5C, 0x7C, 0xDC, 0xFC],
|
||||
"NOP", [0x0C],
|
||||
"Absolute()")),
|
||||
ReadNOP()));
|
||||
mixin(Opcode(mixin(ManualAddress(
|
||||
"NOP", [0x1C, 0x3C, 0x5C, 0x7C, 0xDC, 0xFC],
|
||||
"AbsoluteX(false)")),
|
||||
ReadNOP()));
|
||||
mixin(Opcode(mixin(ManualAddress(
|
||||
|
Loading…
x
Reference in New Issue
Block a user