You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
177 B

MEMORY
{
x0(xrw): ORIGIN = 0x0, LENGTH = 8
x1(xrw): ORIGIN = 0xC, LENGTH = 8
}
SECTIONS
{
.a0 : { *(.data.a0) } > x0
.a1 : { *(.data.a1) } > x1
/DISCARD/ : { *(*) }
}