mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-01 10:06:24 +00:00
88e72d1eb8
Cycle counting is CPU-specific. The 2020 test exercises the 65816, but there are things unique to 6502 and 65C02 that should also be checked if we want to be thorough. No changes to the test itself.
12 lines
272 B
INI
12 lines
272 B
INI
# 6502bench SourceGen generated linker script for 2020-cycle-counts-65816
|
|
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 {}
|