mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
11 lines
89 B
Raku
11 lines
89 B
Raku
SECTIONS
|
|
{
|
|
foo = 0x10;
|
|
PROVIDE (foo = bar);
|
|
|
|
.data 0x1000 :
|
|
{
|
|
*(.data)
|
|
}
|
|
}
|