mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 18:06:23 +00:00
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
|
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
|
||
|
ENTRY (__start)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text :
|
||
|
{
|
||
|
*(.text)
|
||
|
}
|
||
|
}
|