dolphin/docs/codehandler.ld

7 lines
100 B
Text

OUTPUT_FORMAT(binary)
OUTPUT(codehandler.bin)
SECTIONS
{
. = 0x80001800;
.text : { *(.text) }
}