mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-02 13:51:36 +00:00
2afb280472
The 10042-data-recognition test has no 65816-specific content, so it should be named 10040-data-recognition. Also, remove header comment from 20102-label-dp.
12 lines
271 B
INI
12 lines
271 B
INI
# 6502bench SourceGen generated linker script for 10040-data-recognition
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=196;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|