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.
 
 
 
 
 
 

4 lines
168 B

. = 0x00401000; .d.text : { *(.d.text) }
. = 0x00479000; .d.rdata : { *(.d.rdata) }
. = 0x00483000; .d.data : { *(.d.data) }
. = 0x004B7930; .d.bss : { *(.d.bss) }