1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-16 17:29:30 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Andy McFadden
9d5f8f8049 Add a blank line between constants and addresses
In the assembler output, add a blank line between the constants
and addresses in the long list of equates.

The earlier change that corrected the BIT instruction caused test
2009-branches-and-banks to fail, because it was relying on the idea
that BIT made the carry flag indeterminate.  Changing a BCC to a
BVS restored the desired behavior.
2019-10-22 22:45:13 -07:00
Andy McFadden
2c6212404d Initial file commit 2018-09-28 10:05:11 -07:00