dos33fsprogs/linker_scripts/apple2_1400.inc
Vince Weaver 4010a84b9f mist: fix it to load properly
need to disable some sound temporarily as out of room if we
leave LOADER in memory
2020-03-08 14:11:11 -04:00

13 lines
300 B
PHP

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