mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 20:46:40 +11:00
put interrupt handler in iwram, 32 bit bus
This commit is contained in:
parent
bd1f5f6a5a
commit
1ac33bfbc8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue