mirror of
https://github.com/ksherlock/host-modemworks.git
synced 2024-09-21 02:00:28 +00:00
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
|
|
**************************************************
|
|
***
|
|
*** TimeTool.equ
|
|
***
|
|
|
|
TT_ID equ $7474 ;Time Tool ("tt") ID
|
|
|
|
Ticker equ 0
|
|
GetTicks equ 1
|
|
CountDown equ 2
|
|
WaitTicks equ 3
|
|
WaitSeconds equ 4
|
|
SetCounter equ 5
|
|
GetTimeStr equ 6
|
|
FastCPU equ 7
|
|
SlowCPU equ 8
|