put interrupt handler in iwram, 32 bit bus

This commit is contained in:
Corwin Kuiper 2021-06-25 21:40:07 +01:00
parent bd1f5f6a5a
commit 1ac33bfbc8

View file

@ -1,6 +1,7 @@
@ An interrupt handler that simply acknowledges all interrupts
.arm
.global InterruptHandlerSimple
.section .iwram, "ax"
.align
InterruptHandlerSimple:
ldr r2, =0x04000200 @ interrupt enable register location