mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-01 22:50:35 +00:00
547cbb7811
The assembler can't handle "DFB '{'" or "DFB '}'", so just output those as hex. Tests added to 2006-operand-formats.
12 lines
269 B
INI
12 lines
269 B
INI
# 6502bench SourceGen generated linker script for 2006-operand-formats
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=143;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|