1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-12 15:30:48 +00:00
Andy McFadden 98914e9f80 Treat BRK as a 1-byte instruction
The 65816 definition makes it a two-byte instruction, like COP.  On
the 6502 it acted like a two-byte instruction, but in practice very
few assemblers treat it that way.  Very few humans, for that matter.
So it's now treated as a single byte instruction, with the following
byte encoded as a data value.
2019-08-02 17:21:50 -07:00
..
2019-07-21 15:24:39 -07:00
2019-08-02 17:21:50 -07:00
2019-08-02 17:21:50 -07:00