Table des matières
INT 0x1A - 0x01 - Set System Clock Counter
Request/Call:
Return:
Notes & Comments
INT 0x1A - 0x01 - Set System Clock Counter
Request/Call:
reg
value
descr
AH
0x01
CX
high order word of tick count
DX
low order word of tick count
Return:
nothing
Notes & Comments
CX:DX should be set to the number of seconds past midnight multiplied by approximately 18.206
Back