Files
2025-08-12 22:16:57 +02:00

9 lines
73 B
Plaintext
Executable File

SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}