1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-12 23:31:43 +00:00
2018-10-27 23:24:35 -04:00

13 lines
288 B
PHP

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