dos33fsprogs/linker_scripts/apple2_60_zp.inc
Vince Weaver 4305eedcd2 gr: stars: see if it will fit in 128 bytes
short answer is no
2022-06-02 15:08:58 -04:00

13 lines
289 B
PHP

MEMORY {
ZP: start = $60, size = $90, type = rw;
RAM: start = $60, size = $8E00, 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 = ro;
}