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