dos33fsprogs/games/ksp/asm/apple2_c00.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
287 B
PHP

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