Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Int 13h Function 14h
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   13h     Function:   14h
 
  Title:       Controller Internal Diagnostic
 
  Description:                                          [PC] [AT] [PS/2]
 
     Causes the fixed-disk adapter to carry out a built-in diagnostic
     self-test, indicating whether the test was passed by the returned
     status. This function is supported on fixed disks only.
 
     Input        Output
 
     AH = 14h     If function successful
                    Carry flag: clear
                    AH = 00h
 
                  If function unsuccessful
                    Carry flag: set
                    AH = Status
                         See: Int 13h Function 01h
                                    -♦-