mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
8 lines
150 B
Raku
8 lines
150 B
Raku
SECTIONS
|
|
{
|
|
.bar -0xa00000 : AT ((LOADADDR(.foo) + SIZEOF(.foo) + 4095) & ~(4095))
|
|
{ *(.bar) }
|
|
. = LOADADDR(.bar) + 4096;
|
|
}
|
|
INSERT AFTER .foo;
|