mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-03 05:49:48 +00:00
84e3dd3df2
The 20102-label-dp test is "allops-common-65816" with direct-page labels. 20100-label-dp is the same thing, but with the 6502 version instead.
14 lines
341 B
INI
14 lines
341 B
INI
# 6502bench SourceGen generated linker script for 20100-label-dp
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=598;
|
|
# MEM001: file=%O, start=$0080, size=9;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|