dos33fsprogs/linker_scripts/apple2_ee00.inc
Vince Weaver c59fa6c0e4 peasant: load parse_input high
have the actual compressed strings loaded by each individual section
2021-10-20 23:54:09 -04:00

13 lines
288 B
PHP

MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $EE00, size = $1200, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = ro;
RODATA: load = RAM, type = ro;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = bss, define = yes;
ZEROPAGE: load = ZP, type = zp;
}