1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-14 21:30:41 +00:00
2022-02-13 09:09:02 -05:00

13 lines
290 B
PHP

MEMORY {
ZP: start = $E7, size = $90, type = rw;
RAM: start = $E7, 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 = ro;
}