Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Set current time (INT 21h, 2Dh)

        Entry:
          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
               (DOS 3.3 also sets CMOS clock)

        Note: DOS 3.3+ also sets CMOS clock

See Also: INT 21h, 2Ah INT 21h, 2Bh INT 21h, 2Ch

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