Files
triforce-dolphin/docs/codehandler.ld
2024-06-27 14:35:49 -04:00

8 lines
100 B
Plaintext

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