summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 03:20:15 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 03:20:15 -0800
commitab3471804884dbd9d5703e44a3f742a936d3d1a0 (patch)
tree4ac8a191f4c17e0a8c50c1a3748e284e74994306 /ld_script.txt
parenta5df1bf9e97771c8b4c7abe99450e5661b8c3b9a (diff)
split memory.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
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);