1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-02-07 03:30:28 +00:00
Peter Evans 978ad1faaf Formerly "BAD" instructions are now forms of NOPs
But weird forms. In most cases they basically are NOPs, except with
different opcodes. In other cases, we call them NP2 and NP3s, and do so
because they consume 2 or 3 bytes respectively (vs. just 1 with NOP).

We had to teach some arcane magic to the emulator for this to work. We
may want to refactor to decouple the number of bytes consumed from the
address mode.
2018-02-22 14:07:05 -06:00
..
2018-02-07 15:24:02 -06:00
2018-01-17 14:58:42 -06:00
2018-02-04 00:06:04 -06:00
2018-01-24 14:26:28 -06:00
2017-12-31 15:50:59 -06:00
2018-01-07 20:05:02 -06:00
2017-12-06 21:37:14 -06:00
2018-02-07 00:01:57 -06:00