emu/rom.ld

6 lines
61 B
Plaintext

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