rom/rom.ld

6 lines
61 B
Plaintext
Raw Normal View History

2022-11-14 11:01:03 -06:00
SECTIONS {
. = 0x0;
_etext = .;
.text : { *(.text) }
}