Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - dos - set current time http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS - SET CURRENT TIME
        AH = 2Dh
        CH = hours
        CL = minutes
        DH = seconds
        DL = hundredths of seconds
Return: AL = 00h if no error
           = FFh if bad value sent to routine
Note:   DOS 3.3+ also sets CMOS clock
SeeAlso: AH=2Bh"DOS",AH=2Ch,INT 1A/AH=01h,03h,FFh

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