MEMORY { ROM1: start = $C800, size = $36; ROM2: start = $C836, size = $16; ROM3: start = $C84C, size = $12; ROM4: start = $C85E, size = $12F; ROM5: start = $C98D, size = $1C; ROM6: start = $C9A9, size = $B; ROM7: start = $C9B4, size = $13E; ROM8: start = $CAF2, size = $E; ROM9: start = $CB00, size = $DD; ROM10: start = $CBDD, size = $83; ROM11: start = $CC60, size = $4; ROM12: start = $CC64, size = $4C; ROM13: start = $CCB0, size = $34; ROM14: start = $CCE4, size = $AB; ROM15: start = $CD8F, size = $37; ROM16: start = $CDC6, size = $18; ROM17: start = $CDDE, size = $1FC; } SEGMENTS { INIT1: load = ROM1, type = ro; CRTDATA1: load = ROM2, type = ro; PASCAL1: load = ROM3, type = ro; KEYTRANS1: load = ROM4, type = ro; WRCHAR1: load = ROM5, type = ro; PASCAL2: load = ROM6, type = ro; WRCHAR2: load = ROM7, type = ro; PASCAL3: load = ROM8, type = ro; SLOT3: load = ROM9, type = ro; INIT2: load = ROM10, type = ro; CRTDATA2: load = ROM11, type = ro; WRCHAR3: load = ROM12, type = ro; KEYTAB: load = ROM13, type = ro; WRCHAR4: load = ROM14, type = ro; INIT3: load = ROM15, type = ro; KEYTRANS2: load = ROM16, type = ro; GLYPHS: load = ROM17, type = ro; }