diff options
Diffstat (limited to 'arm7/asm/PXI_init.s')
-rw-r--r-- | arm7/asm/PXI_init.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arm7/asm/PXI_init.s b/arm7/asm/PXI_init.s new file mode 100644 index 00000000..b5a60d6e --- /dev/null +++ b/arm7/asm/PXI_init.s @@ -0,0 +1,10 @@ + .include "asm/macros.inc" + .include "global.inc" + + .text + + arm_func_start PXI_Init +PXI_Init: ; 0x037FB5B0 + ldr ip, _037FB5B8 ; =PXI_InitFifo + bx ip +_037FB5B8: .word PXI_InitFifo |