Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Timer Memory
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Address
  (hex)       Size      Description
 
  0000:046C   1 dword   Timer tick counter, incremented by one at each
                        timer interrupt. Initialized at system startup to
                        number of ticks since midnight. When count reaches
                        equivalent of 24 hours (1800B0h), it is reset to 0
                        and flag at 0000:0470h is set to 1.
 
  0000:0470   1 byte    Set to 1 at midnight. Indicates whether timer tick
                        count (see above) has been reset for another day.
 
                        NOTE: This value is not cumulative and does not
                        indicate the passage of successive 24-hour
                        periods.
 
  See also: Interrupt 08h (Timer Interrupt)
                                    -♦-