mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
SECTIONS
|
|
{
|
|
.text 0x4000 : {
|
|
* (.text .text.*);
|
|
}
|
|
|
|
.data 0x8000 : {
|
|
* (.data .data.*);
|
|
}
|
|
}
|