Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 1Ah Function 00h
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     This function is supported by the PC/XT and PCjr ROM BIOS, but is
     not present in the ROM BIOS for the original PC.
 
     The returned value is the cumulative number of clock ticks since
     midnight. There are 18.2 clock ticks per second. When the counter
     reaches 1,573,040, it is cleared to zero, and the rolled-over flag
     is set.
 
     The rolled-over flag is cleared by this function call, so the flag
     will only be returned nonzero once per day.
 
     Int 1Ah Function 01h can be used to set the clock tick counter to
     an arbitrary 32-bit value.
                                    -♦-