diff options
author | red031000 <rubenru09@aol.com> | 2020-07-13 22:39:37 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-13 22:39:37 +0100 |
commit | d2ff9e5df70f2c6be6a0c822ba2e689f82911911 (patch) | |
tree | e559d4ac0279f78b740b443a8c3936138dbfd226 /arm7/asm | |
parent | 4cfe56bcc1de5240c770b570f6ce9ac13fc5f33c (diff) |
match OS_timer
Diffstat (limited to 'arm7/asm')
-rw-r--r-- | arm7/asm/OS_timer.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arm7/asm/OS_timer.s b/arm7/asm/OS_timer.s deleted file mode 100644 index 434be17a..00000000 --- a/arm7/asm/OS_timer.s +++ /dev/null @@ -1,20 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .section .bss - - .global _0380791C -_0380791C: ;0x0380791C - .space 0x03807920 - 0x0380791C - - .section .text - - arm_func_start OSi_SetTimerReserved -OSi_SetTimerReserved: ; 0x037FA348 - ldr r1, _037FA360 ; =_0380791C - ldrh r3, [r1] - mov r2, #1 - orr r0, r3, r2, lsl r0 - strh r0, [r1] - bx lr -_037FA360: .word _0380791C |