9 lines
73 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}