mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
963b351a52
This hits most of the edge cases, but doesn't exercise the two duplicate name situations (var name same as user label, var name same as project/platform symbol). Also, fixed a bug in the EditDefSymbol uniqueness check where it was comparing a symbol to itself.
14 lines
348 B
INI
14 lines
348 B
INI
# 6502bench SourceGen generated linker script for 2019-local-variables
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=126;
|
|
# MEM001: file=%O, start=$0080, size=11;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|