2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
6 rom : o = 0x0000, l = 0x7fe0
7 duart : o = 0x7fe0, l = 16
8 ram : o = 0x8000, l = 28k
9 topram : o = 0x8000+28k, l = 1k
10 hmsram : o = 0xfb80, l = 512
19 ${RELOCATING+ _etext = . ; }
20 } ${RELOCATING+ > ram}
24 ${RELOCATING+ _edata = . ; }
25 } ${RELOCATING+ > ram}
28 ${RELOCATING+ _bss_start = . ;}
31 ${RELOCATING+ _end = . ; }
35 ${RELOCATING+ _stack = . ; }
37 } ${RELOCATING+ > topram}