1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-03-02 08:29:29 +00:00
6502bench/SourceGen/SGTestData/Expected/1003-flags-and-branches_cc65.cfg
Andy McFadden 59b7ec0dea Recognize that LSR always clears the 'N' flag
The instruction shifts 0 into the high bit, so the result is never
negative.  Added a test case to 1003-flags-and-branches.
2020-04-23 17:23:12 -07:00

12 lines
272 B
INI

# 6502bench SourceGen generated linker script for 1003-flags-and-branches
MEMORY {
MAIN: file=%O, start=%S, size=65536;
# MEM000: file=%O, start=$1000, size=318;
}
SEGMENTS {
CODE: load=MAIN, type=rw;
# SEG000: load=MEM000, type=rw;
}
FEATURES {}
SYMBOLS {}