retro1/software/retro1-tests/EhBasic/old/ehbasic.cfg

13 lines
331 B
INI

MEMORY {
ZP: start = $0000, size = $0100, type = rw;
BASROM: start = $8000, size = $8000, fill = no, file = %O;
IOHANDLER: start = $8000, size = $8000, fill = no, file = %O;
}
SEGMENTS {
ZEROPAGE: load = ZP, type = zp;
CODE: load = BASROM, type = ro, offset=$4000;
VECTORS: load = BASROM, type = ro, offset=$7FFA;
}