diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 847e6cc..7869f1b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -35,6 +35,8 @@ SECTIONS { { asm/crt0.o(.text); asm/code.o(.text); + asm/memory.o(.text); + asm/code_80035F0.o(.text); src/random.o(.text); asm/code_8006218.o(.text); src/main.o(.text); |