mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-18 15:06:07 +00:00
3637bb964d
Split 2005x-branches-and-banks into two parts, one that stays within the 64K bounds of the 6502, one that puts code in a separate bank.
18 lines
506 B
INI
18 lines
506 B
INI
# 6502bench SourceGen generated linker script for 20050-branches-and-banks
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=3;
|
|
# MEM001: file=%O, start=$0000, size=23;
|
|
# MEM002: file=%O, start=$0080, size=6;
|
|
# MEM003: file=%O, start=$ffc0, size=7;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
# SEG002: load=MEM002, type=rw;
|
|
# SEG003: load=MEM003, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|