dos33fsprogs/games/mist/apple2_2000.inc
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05: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;
}