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 54h (84) get verify setting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 54h (84)        Get VERIFY Setting

    Returns the current state of the system VERIFY flag.

       On entry:      AH         54h

       Returns:       AL         00h     if VERIFY is off
                                 01h     if VERIFY is on

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

    Function 54h returns in AL the current state of the system VERIFY
    flag. The VERIFY flag may be set by means of Function 2Eh, or via the
    DOS VERIFY command.

See Also: 2Eh

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