mirror of
https://github.com/Kekun/primehack.git
synced 2025-04-02 11:01:59 -04:00
7 lines
100 B
Text
7 lines
100 B
Text
OUTPUT_FORMAT(binary)
|
|
OUTPUT(codehandler.bin)
|
|
SECTIONS
|
|
{
|
|
. = 0x80001800;
|
|
.text : { *(.text) }
|
|
}
|