mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
.text 0x0 : {
|
||
|
* (.text .text.*);
|
||
|
}
|
||
|
|
||
|
.data 0x3000 : {
|
||
|
* (.data .data.*);
|
||
|
}
|
||
|
}
|