ENTRY(_start) MEMORY { ROM (rx) : ORIGIN = 0x00000000, LENGTH = 1024 } SECTIONS { .text : { _text = .; *(.text*) *(.rodata*) _etext = .; } > ROM }