Retro68/binutils/ld/testsuite/ld-scripts/expr1.t
2012-03-26 21:18:29 +02:00

13 lines
116 B
Raku

ENTRY(RAM)
MEMORY
{
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
}
SECTIONS
{
.text : { } >ram
}
RAM = ADDR(ram);