tlc-apple2/build/area_300.cfg

10 lines
198 B
INI

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