1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-03-09 23:29:39 +00:00
2021-11-12 01:17:18 -05:00

13 lines
298 B
PHP

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