diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-08 15:34:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 15:34:40 -0400 |
commit | 5c81c47e15be06a204475e0524910cdf8ae13354 (patch) | |
tree | 82dd58e60e0f645c7170b1e5549a83cda0b02729 /arm7/asm/PXI_init.s | |
parent | 863e1d40a46f50ea66a30fe6b68e7a2c5ceb82d2 (diff) | |
parent | 061abd9893fe07834262e1e72a1e53fe07a1be2d (diff) |
Merge pull request #150 from red031000/master
split arm7 MI EXI PAD SND
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 |