This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
c2903f8b4e2be07b84c7cc68993ea080cf8a896b
dolphin
/
docs
/
codehandler.ld
T
8 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clean up codehandler a little; stash msr on stack to preserve
2018-02-03 13:07:25 +08:00
OUTPUT_FORMAT(binary)
OUTPUT(codehandler.bin)
SECTIONS
{
. = 0x80001800;
.text : { *(.text) }
}
Copy Permalink