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 21h Function 35h
 Example                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   21h     Function:   35h
 
  Title:       Get Interrupt Vector
 
  See also:    Set Interrupt Vector, Interrupt Vector Table,
               Terminate and Stay Resident, @GetInt
 
  Description:
 
     Obtains the address of the current interrupt handler routine for
     the specified machine interrupt. Together with Int 21h Function
     25h (Set Interrupt Vector), this function is used for maximum
     compatibility by application programs to modify or inspect the
     machine interrupt vector table.
 
     Input                     Output
 
     AH = 35h                  ES:BX = segment:offset of
     AL = Interrupt number             interrupt handler
                                    -♦-