The BIOS maintains a count of the number of times the software clock has accumulated 24 hours worth of timer ticks. This variable allows an application to determine how many days have passed since it last read the date.
Input: AH = 0Ah
Output: AH = 00h
CX = Day count (# times the software clock has overflowed)
Carry Clear