dos33fsprogs/mist/apple2_2000.inc
Vince Weaver 0ee2b3c7c9 mist: arbor: add last two locations
had to play with graphics a bit to make sure compressed small enough to
fit in 39.75k
2020-08-27 00:22:51 -04:00

13 lines
300 B
PHP

MEMORY {
ZP: start = $00, size = $1A, type = rw;
RAM: start = $2000, size = $9F00, 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;
}