;** Z-MACHINE TIMER DEFINITIONS ; NOLIST ; ; RESTRICTED RIGHTS LEGEND ; ------------------------ ; ; "Use, duplication, or disclosure by the ; government is subject to restrictions as set forth ; in paragraph (b) (3) (B) of the Rights in Technical ; Data and Computer Software clause in DAR ; 7-104.9(a). Contractor/manufacturer is Zenith ; Data Systems Corporation of Hilltop Road, St. ; Joseph, Michigan 49085. ; LIST ; TIMER STATUS FLAGS TIMERS0 EQU 00000001B ;TIMER 0 INTERRUPT TIMERS2 EQU 00000010B ;TIMER 2 INTERRUPT ; TIMER VALUES TIMEVAL EQU 2500 ;10 mS DIVIDE BY N VALUE TINTRVL EQU 10 ;TIMER 1 INTERVAL (IN mS)