1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-19 06:31:02 +00:00
6502bench/SourceGen/SGTestData/Expected/2020-cycle-counts_cc65.cfg
Andy McFadden 42e6e6df1e Add 2020-cycle-counts
A quick test to confirm that the cycle counting mechanism is
generating the correct results.
2019-09-14 18:51:03 -07:00

12 lines
266 B
INI

# 6502bench SourceGen generated linker script for 2020-cycle-counts
MEMORY {
MAIN: file=%O, start=%S, size=65536;
# MEM000: file=%O, start=$10f0, size=126;
}
SEGMENTS {
CODE: load=MAIN, type=rw;
# SEG000: load=MEM000, type=rw;
}
FEATURES {}
SYMBOLS {}