12 lines
126 B
Text
12 lines
126 B
Text
|
SECTIONS
|
||
|
{
|
||
|
.text 0x0 : {
|
||
|
* (.text .text.*);
|
||
|
}
|
||
|
|
||
|
.data 0x3000 : {
|
||
|
* (.data .data.*);
|
||
|
}
|
||
|
_SDA_BASE_ = 0x1000;
|
||
|
}
|