318
K
A
DAK
AMX 86 Procedures
ajtick ajtick
Purpose Read System Tick Counter
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup unsigned long tickcnt;
.
.
tickcnt = ajtick();
DX:AX
Results Interrupts are untouched.
tickcnt is the current value of the AMX system tick counter.
Note The AMX system tick counter is set to 0 when your AMX system is
launched. It is incremented once for every elapsed system tick. It wraps
from 232-1 to 0.