diff options
author | red031000 <rubenru09@aol.com> | 2020-06-09 02:15:17 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-09 02:15:17 +0100 |
commit | 07655aabe84bdbb3aff84200b38d46bd22f1b488 (patch) | |
tree | 39537c5e70c9eb2c48b9800b67d68c39f1c2f6f4 /arm7/asm/OS_tick.s | |
parent | 5c81c47e15be06a204475e0524910cdf8ae13354 (diff) |
arm7 OS_arena
Diffstat (limited to 'arm7/asm/OS_tick.s')
-rw-r--r-- | arm7/asm/OS_tick.s | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arm7/asm/OS_tick.s b/arm7/asm/OS_tick.s index 40589867..f9688b9e 100644 --- a/arm7/asm/OS_tick.s +++ b/arm7/asm/OS_tick.s @@ -1,7 +1,21 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _03807920 +_03807920: ;0x03807920 + .space 0x03807924 - 0x03807920 + + .global OSi_NeedResetTimer +OSi_NeedResetTimer: ;0x03807924 + .space 0x03807928 - 0x03807924 + + .global OSi_TickCounter +OSi_TickCounter: ;0x03807928 + .space 0x03807930 - 0x03807928 + + .section .text arm_func_start OS_GetTick OS_GetTick: ; 0x037FA364 |