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► ◄Notes► ◄Example► ◄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.
-♦-