Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 2dh (45) set system time</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 2Dh (45)        Set System Time

    Sets the current system time.

       On entry:      AH         2Dh
                      CH         Hour (0-23)
                      CL         Minutes (0-59)
                      DH         Seconds (0-59)
                      DL         Hundredths of a second (0-99)

       Returns:       AL         FFh       If time not set successfully
                                 00h       If time set successfully

  --------------------------------------------------------------------------

       Notes:         The register format of this function is the same as
                      that returned by Function 2Ch (Get System Time).

See Also: 2Ah 2Bh 2Ch

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