emu/rom/rom.ld
2022-10-17 10:44:02 -05:00

6 lines
61 B
Plaintext

SECTIONS {
. = 0x0;
_etext = .;
.text : { *(.text) }
}