diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-13 20:07:41 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-13 20:07:41 -0500 |
commit | 6f63cc5f28baf344ae67984c9e698bfa5abe54af (patch) | |
tree | 3021d90a0d22251a3c4a2dc9bee4c1db71b9c303 /ld_script.txt | |
parent | 3c986032f82b895c52287374685fee880c70edb7 (diff) |
quick split and decomp interrupt funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index b9dff25..b8f9021 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -70,6 +70,8 @@ SECTIONS { asm/code_800AAA0.o(.text); src/main.o(.text); asm/code_800B540.o(.text); + src/code_800B5F0.o(.text); + asm/code_800B5F0.o(.text); src/flash.o(.text); asm/code_800D090.o(.text); src/code_80118A4.o(.text); |