You can assign a section to a previously defined region of memory by using `>REGION'. *Note MEMORY::.
Here is a simple example: MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 } SECTIONS { ROM : { *(.text) } >rom }Created Wed Sep 1 16:42:37 2004 on bee with info_to_html version 0.9.6.