mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
add explicit pools
This commit is contained in:
parent
c315aab113
commit
66d5278558
2 changed files with 2 additions and 0 deletions
1
crt0.s
1
crt0.s
|
@ -27,5 +27,6 @@ __start:
|
|||
@ load main and branch
|
||||
ldr r0, =main
|
||||
bx r0
|
||||
.pool
|
||||
|
||||
.include "interrupt_simple.s"
|
||||
|
|
|
@ -15,3 +15,4 @@ InterruptHandlerSimple:
|
|||
strh r1, [r2] @ acknowlege bios requests
|
||||
|
||||
bx lr @ return to bios
|
||||
.pool
|
||||
|
|
Loading…
Add table
Reference in a new issue