summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_irqTable.s
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-09 02:15:17 +0100
committerred031000 <rubenru09@aol.com>2020-06-09 02:15:17 +0100
commit07655aabe84bdbb3aff84200b38d46bd22f1b488 (patch)
tree39537c5e70c9eb2c48b9800b67d68c39f1c2f6f4 /arm7/asm/OS_irqTable.s
parent5c81c47e15be06a204475e0524910cdf8ae13354 (diff)
arm7 OS_arena
Diffstat (limited to 'arm7/asm/OS_irqTable.s')
-rw-r--r--arm7/asm/OS_irqTable.s20
1 files changed, 19 insertions, 1 deletions
diff --git a/arm7/asm/OS_irqTable.s b/arm7/asm/OS_irqTable.s
index 56eea302..a61e448f 100644
--- a/arm7/asm/OS_irqTable.s
+++ b/arm7/asm/OS_irqTable.s
@@ -1,7 +1,25 @@
.include "asm/macros.inc"
.include "global.inc"
- .text
+ .section .bss
+
+ .global OSi_IrqThreadQueue
+OSi_IrqThreadQueue: ;0x0380770C
+ .space 0x03807714 - 0x0380770C
+
+ .global OSi_IrqCallbackInfo
+OSi_IrqCallbackInfo: ;0x03807714
+ .space 0x03807718 - 0x03807714
+
+ .global _03807718
+_03807718: ;0x03807718
+ .space 0x0380771C - 0x03807718
+
+ .global _0380771C
+_0380771C: ;0x0380771C
+ .space 0x03807744 - 0x0380771C
+
+ .section .text
arm_func_start OSi_IrqVBlank
OSi_IrqVBlank: ; 0x037F86B4