Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Function 3FH (decimal 63) reads the file or device associated with the
  handle in BX. The CX register specifies the number of bytes to read; DS:DX
  points to the buffer where data that is read will be placed. If the read
  operation is successful, function 3FH clears the carry flag and returns
  the number of bytes read in AX. If this value is 0, the function has tried
  to read from the end of a file. If the read operation fails, this function
  sets the carry flag and leaves an error code in AX. The possible error
  codes are 05H (access denied) and 06H (invalid handle).

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