SECTIONS { .text 0xE000 : { *(.text) } .data 0x7000 : { *(.data) } .bss : { *(.bss) } }