pmd-sky/asm/dtcm.s
AnonymousRandomPerson c52c9d4027 Matched arm9
2023-07-15 23:47:09 -04:00

17 lines
718 B
ArmAsm

.include "asm/macros.inc"
.include "dtcm.inc"
.bss
.global dtcm_bss
dtcm_bss:
.space 0x2020
.section .dtcm,4,1,4
.global OS_IRQTable
OS_IRQTable:
.byte 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x40, 0x8A, 0x07, 0x02
.byte 0x50, 0x8A, 0x07, 0x02, 0x60, 0x8A, 0x07, 0x02, 0x70, 0x8A, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02
.byte 0x00, 0x8A, 0x07, 0x02, 0x10, 0x8A, 0x07, 0x02, 0x20, 0x8A, 0x07, 0x02, 0x30, 0x8A, 0x07, 0x02
.byte 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02
.byte 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02
.byte 0x74, 0x89, 0x07, 0x02, 0x74, 0x89, 0x07, 0x02