Assembly Language Help (alang.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 02h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   13h     Function:   02h
 
  Title:       Read Sector
 
  Description:                                          [PC] [AT] [PS/2]
 
     Reads one or more sectors from disk into memory.
 
     Input                                  Output
 
     AH = 02h                               If function successful
     AL = Number of sectors                   Carry flag: clear
     CH = Cylinder                            AH = 00h
     CL = Sector                              AL = Number of sectors
     DH = Head                                     transferred
     DL = Drive
        = 00h-7Fh floppy disk               If function unsuccessful
        = 80h-FFh fixed disk                  Carry flag: set
     ES:BX = segment:offset of buffer         AH = Status
                                                   See: Int 13h Function 01h
                                    -♦-