rom/rom.ld
2022-11-14 11:01:39 -06:00

6 lines
61 B
Plaintext

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