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 logical drive (INT 21h, 440Fh)

        This function can be used, to set the last drive used for a
        device. Use this function together with INT 21h, 440Eh (see
        example there).

        Entry:
          AX = 440Fh
          BL = Drive
        Return:
          AL = 0, if device don't have more than one drive letter assigned.
               Otherwise, this call sets that the current logical drive
               letter for this device, is in BL (and should be in AL
               afterwards ...).

See Also: INT 21h, 440Eh

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