mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +00:00
8 lines
186 B
ArmAsm
8 lines
186 B
ArmAsm
|
; helper object file to export clr_timer ASM symbols to C
|
||
|
|
||
|
.import timer_init, timer_seconds
|
||
|
.export _timer_init, _timer_seconds
|
||
|
|
||
|
_timer_init = timer_init
|
||
|
_timer_seconds = timer_seconds
|