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 2bh (43) set system date</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 2Bh (43)        Set System Date

    Sets the current system date.

       On entry:      AH         2Bh
                      CX         Year (1980 - 2099)
                      DH         Month (1 - 12)
                      DL         Day (1 - 31)

       Returns:       AL         00h      if valid date specified
                                 FFh      if invalid date specified

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

       Note:          Note the similarity between the register setup for
                      this function, and the registers returned by
                      Function 2Ah, Get System Date.

See Also: 2Ah 2Ch 2Dh

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