dos33fsprogs/demos/l/tinygr_8/apple2_b9.inc
2022-01-20 22:48:42 -05:00

13 lines
286 B
PHP

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