emu/rom.ld

6 lines
61 B
Plaintext
Raw Normal View History

2022-10-17 10:42:38 -05:00
SECTIONS {
. = 0x0;
_etext = .;
.text : { *(.text) }
}