mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-10 21:49:27 +00:00
dc8e49e4d8
Also exercise various formatting options. Also, fix a bug where the code that applies project/platform symbols to numeric references was ignoring inline data items.
14 lines
350 B
INI
14 lines
350 B
INI
# 6502bench SourceGen generated linker script for 2022-extension-scripts
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=182;
|
|
# MEM001: file=%O, start=$1100, size=21;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|