1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-01-19 15:30:08 +00:00
2018-05-30 14:39:47 -04:00

13 lines
287 B
PHP

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