mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-05 06:04:36 +00:00
d0d387b973
Add a 6502-only version of the 20032-labels-and-symbols test. The 65816 version could get away with just the 65816-specific stuff, but there's no real need to modify it. (The next time I update it I may remove the duplicate label since that requires hand-editing.)
14 lines
352 B
INI
14 lines
352 B
INI
# 6502bench SourceGen generated linker script for 20030-labels-and-symbols
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$2345, size=97;
|
|
# MEM001: file=%O, start=$1000, size=355;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|