1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/SGTestData/Expected/2015-64k-nops_cc65.cfg
Andy McFadden a4e90bffd1 Add 2015-64k-nops test
The test file is just 65536 NOPs.
2019-08-04 16:54:01 -07:00

12 lines
264 B
INI

# 6502bench SourceGen generated linker script for 2015-64k-nops
MEMORY {
MAIN: file=%O, start=%S, size=65536;
# MEM000: file=%O, start=$0000, size=65536;
}
SEGMENTS {
CODE: load=MAIN, type=rw;
# SEG000: load=MEM000, type=rw;
}
FEATURES {}
SYMBOLS {}