tlc-apple2/src/tapeout.cfg
2020-06-04 11:32:14 -04:00

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;
}