9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
SECTIONS
|
|
{
|
|
.text : {
|
|
zero_page_pos = .;
|
|
*(.data)
|
|
end_data = .;
|
|
}
|
|
}
|