Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>0:470h timer overflow flag</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
0:470h                   Timer Overflow flag

 Length: 1 byte

    Keeps track of whether midnight has passed since the machine was
    powered on. See the 4-byte integer counter at 0:46Ch for more details.

  --------------------------------------------------------------------------

       Notes:         Note that this byte is only a flag. It either has a
                      value of 0 or 1. Therefore, it won't reflect a day
                      change over a two-day period.

                      Use INT 1Ah, Service 00h, to obtain this overflow
                      value. Note that doing so clears this byte.

See Also: INT 1Ah, 00h 0:46Ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson