1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-10 12:24:58 +00:00
Files
6502bench/SourceGen
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-08-02 17:21:50 -07:00
2018-10-09 14:55:16 -07:00
2019-07-20 13:30:30 -07:00
2019-07-20 17:36:12 -07:00
2019-07-29 14:00:13 -07:00