mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-02 08:29:29 +00:00
The instruction shifts 0 into the high bit, so the result is never negative. Added a test case to 1003-flags-and-branches.
12 lines
272 B
INI
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 {}
|