mirror of
https://github.com/ksherlock/host-modemworks.git
synced 2024-10-04 05:56:53 +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
|