mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-03 05:49:48 +00:00
b7d3e3cfdf
Split into 6502/65816 portions. The 6502 version is the original with a few in-place substitutions (e.g. JMP for BRL). The 65816 version is only needed to exercise special handling of PEA/PER.
14 lines
351 B
INI
14 lines
351 B
INI
# 6502bench SourceGen generated linker script for 20060-target-adjustment
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=133;
|
|
# MEM001: file=%O, start=$2000, size=58;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|