Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>dosreq calls dos interrupt 21h</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DOSREQ             Calls DOS interrupt 21H


Syntax:        DOSREQ number

Description:   Calls DOS interrupt 21H with the request specified by
               number.  All necessary setup (other than loading the AH
               register) must be performed before issuing this call.


----------------------------------- Example --------------------------------

   The following example demonstrates how to call int 21H to obtain the
   current DOS path:

        $define GET_CURDIR      0047H

        DOSREQ  GET_CURDIR


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