CNP-1/eeprom_only/cnp-2.cfg
2018-01-11 05:45:15 -05:00

11 lines
168 B
INI

MEMORY
{
ROM: start=$8000, size=$8000, type=ro, define=yes, fill=yes, file=%O;
}
SEGMENTS
{
CODE: load=ROM, type=ro;
VECTORS: load=ROM, type=ro, offset=$7ffa;
}