1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-26 20:29:29 +00:00
6502bench/SourceGen/SGTestData/Expected/2019-local-variables_cc65.cfg
Andy McFadden 963b351a52 Add 2019-local-variables test
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.
2019-08-31 20:40:38 -07:00

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 {}