Fix string handling bugs

This commit is contained in:
TuxSH
2017-05-19 22:40:07 +02:00
parent ee880802c8
commit 9f12a47cfc
5 changed files with 16 additions and 9 deletions

View File

@@ -105,8 +105,11 @@ arm11_entrypoint_addr equ 0x1FFFFFFC
bytes_read: .word 0
fopen: .ascii "OPEN"
.pool
fname: .dcw "sdmc:/arm9loaderha.firm"
.word 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.area 82, 0
fname: .dcw "sdmc:/boot.firm"
.endarea
.pool
nand_mount: .dcw "nand"