dos33fsprogs/graphics/hgr/amiga_ball/apple2_36b.inc
2021-07-11 22:10:51 -04:00

13 lines
299 B
PHP

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