mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
12 lines
86 B
Plaintext
12 lines
86 B
Plaintext
SECTIONS
|
|
{
|
|
.text 0x01014000 :
|
|
{
|
|
foo = .;
|
|
. = (. + 0x100);
|
|
*(.text)
|
|
}
|
|
}
|
|
|
|
|