10 lines
106 B
Text
10 lines
106 B
Text
SECTIONS
|
|
{
|
|
.text 0x4000 : {
|
|
* (.text .text.*);
|
|
}
|
|
|
|
.data 0x8000 : {
|
|
* (.data .data.*);
|
|
}
|
|
}
|