qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 13H Function 0AH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Read Sector Long      [PC] [AT] [PS/2]
 
  Reads a sector or sectors from disk into memory, along with a 4-byte
  ECC code for each sector.
 
  Input                                     Output
  ══════════════════════════════            ════════════════════════════════
  AH=0AH                                    If function successful
  AL=number of sectors                      Carry flag  =clear
  CH=cylinder                               AH=00H
  CL=sector (see Notes)                     AL=number of sectors transferred
  DH=head                                   If function unsuccessful
  DL=drive                                  Carry flag=set
     80H-FFH fixed disk                     AH=status
  ES:BX=segment:offset of buffer               (see Int 13H Function 01H)
                                    -♦-