T.8TO3 - convert GCOS8 clock ticks to GCOS III.

Usage:

B:
   oldticks = t.8to3(newticks);
C:
   #equate t_8to3 t.8to3
   int t_8to3(int newticks);

Where:

newticks
is the equivalent value expressed in GCOS8 (16 microsecond) ticks.
oldticks
is a time value in GCOS III ticks (1/64 millisecond).

Description:

T.8TO3 is used to convert from GCOS8 standard clock ticks to GCOS III ticks. This is needed because a lot of software still expects the old style clock tick.

Copyright © 1996, Thinkage Ltd.