mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-19 06:31:02 +00:00
42e6e6df1e
A quick test to confirm that the cycle counting mechanism is generating the correct results.
12 lines
266 B
INI
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 {}
|