add explicit pools

This commit is contained in:
Corwin Kuiper 2021-04-13 01:33:05 +01:00 committed by Corwin
parent c315aab113
commit 66d5278558
2 changed files with 2 additions and 0 deletions

1
crt0.s
View file

@ -27,5 +27,6 @@ __start:
@ load main and branch
ldr r0, =main
bx r0
.pool
.include "interrupt_simple.s"

View file

@ -15,3 +15,4 @@ InterruptHandlerSimple:
strh r1, [r2] @ acknowlege bios requests
bx lr @ return to bios
.pool