diff options
Diffstat (limited to 'ld_script.ld')
-rwxr-xr-x | ld_script.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.ld b/ld_script.ld index 639b678..ec9609c 100755 --- a/ld_script.ld +++ b/ld_script.ld @@ -23,6 +23,8 @@ SECTIONS .text : { asm/start.o(.text); + src/main.o(.text); + asm/main.o(.text); asm/rom.o(.text); }=0xFF } |