Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Int 0Eh
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   0Eh
 
  Title:       Disk Drive I/O
 
  See also:    Disk I/O Interrupts
 
  Description:                                          [PC] [AT] [PS/2]
 
     Invoked by diskette drive controller when it completes a task. Not
     invoked by the hard disk or other disk controllers.
 
     This interrupt should not be called directly. To trap Int 0Eh
     calls, a program must set up a handler routine to gain control
     when the interrupt occurs.
 
     Input     Output
 
     None      None
                                    -♦-