mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
9d5f8f8049
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.
9 lines
118 B
INI
9 lines
118 B
INI
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|