mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 19:07:50 -05:00
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
ENTRY(Start)
|
|
|
|
SECTIONS {
|
|
. = 0x8000000;
|
|
.text : { *(.text); }
|
|
}
|