diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-13 17:30:44 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-13 17:30:44 -0500 |
commit | 3c986032f82b895c52287374685fee880c70edb7 (patch) | |
tree | 8ffbb4576e518ce3a25463629cccebe4db6b281c /ld_script.txt | |
parent | 14b4ad7735e039f388c0ff14850086b402f2c447 (diff) |
docing and one decomp of a function
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index a8d8fbb..b9dff25 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -41,6 +41,7 @@ SECTIONS { { asm/crt0.o(.text); asm/code.o(.text); + src/code_80001E0.o(.text); asm/arm_func.o(.text); asm/code_2.o(.text); src/code.o(.text); |