MEMORY { RAM1: start = $0000, size = $C000; ROM1: start = $D000, size = $2F00, fill = yes; MONITOR: start = $FF00, size = $FA, fill = yes; ROMV: start = $FFFA, size = $6, file = %O, fill = yes; } SEGMENTS { CODE: load = ROM1, type = ro; DATA: load = ROM1, type = ro; MONITOR: load = MONITOR, type = ro; VECTORS: load = ROMV, type = ro; } SYMBOLS { __STACKSIZE__ = $0300; }