diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-03-07 07:44:41 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-03-07 07:44:41 -0600 |
commit | 20358c4c968223d108d11f70612b1f2bc89fb91a (patch) | |
tree | 295486809b558302611ae390b6d4ba21a7e7d861 /ld_script.txt | |
parent | b2ec63d69e19b274fa5f8d56fb0a35cc0c9bd524 (diff) |
Begin disassembling text.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 517395530..01b26c2ba 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -48,6 +48,7 @@ SECTIONS { asm/bg.o(.text); asm/blit.o(.text); asm/window.o(.text); + src/text.o(.text); asm/text.o(.text); asm/sprite.o(.text); src/string_util.o(.text); |