2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
8 vectarea : o =0x00000, l = 0x0300
10 introm : o = 0x00400, l = 0x16000
11 /* The stack starts at the top of main ram. */
13 dram : o = 0x8000 , l = 0xffff
14 /* At the very top of the address space is the 8-bit area. */
16 ldata : o =0x4000 ,l = 0x0200
24 } ${RELOCATING+ >introm}
31 ${RELOCATING+ _etext = . ; }
32 } ${RELOCATING+ > introm}
38 ${RELOCATING+ _edata = . ; }
39 } ${RELOCATING+ > dram}
43 ${RELOCATING+ _bss_start = . ;}
46 ${RELOCATING+ _end = . ; }
47 } ${RELOCATING+ > dram}
52 } ${RELOCATING+ > ldata}
58 } ${RELOCATING+ > vectarea}