9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
|
SECTIONS {
|
||
|
.memory : {
|
||
|
. = 0x000000;
|
||
|
start*(.text);
|
||
|
*(.text);
|
||
|
*(*);
|
||
|
}
|
||
|
}
|