AII2048/src/prodos/AII2048.cfg
2014-06-13 10:59:59 -04:00

10 lines
198 B
INI

MEMORY {
RAM: start = $2000, size = $6500, define = yes, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = ro;
RODATA: load = RAM, type = ro;
BSS: load = RAM, type = bss;
}