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]

        Read from block device (INT 21h, 4404h)

        This call allow arbirtary control strings to be received from
        a block device.

        Entry:
          AX = 4404h
          BX = Drive (0=Current, 1=A, 2=B, ...)
          CX = Number of bytes to transfer
          DS:DX = Address of buffer
        Return:
          CF = 1
               AX = Error code
          CF = 0
               AX = Number of chars read

        Note: This call is not valid on character devices
        ("Invalid" will be returned). If the drive is invalid,
        "Access Denied will be returned

See Also: INT 21h, 4405h

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