This website requires JavaScript.
Explore
Help
Sign In
izzy
/
dolphin
Watch
0
Star
0
Fork
0
mirror of
https://github.com/izzy2lost/dolphin.git
synced
2026-06-19 01:16:48 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c27ee22a15ef80ab0feddee355bae7e992945de0
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) }
}
Reference in New Issue
Copy Permalink