mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
12 lines
102 B
Perl
12 lines
102 B
Perl
|
TOTO = 4096;
|
||
|
TOTO += 4096;
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text TOTO :
|
||
|
{
|
||
|
x = ABSOLUTE(TOTO);
|
||
|
*(*.text)
|
||
|
}
|
||
|
}
|