MEMORY { ZP: file = "", start = $0002, size = $00FE, define = yes; MAIN: file = %O, start = $0BFE, size = $C402; } SEGMENTS { ZEROPAGE: load = ZP, type = zp, optional = yes; CODE: load = MAIN, type = rw; RODATA: load = MAIN, type = ro, optional = yes; DATA: load = MAIN, type = rw, optional = yes; BSS: load = MAIN, type = bss, optional = yes, define = yes; }