[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 25h (37)        Set Interrupt Vector

    Sets the address of an interrupt handler.

       On entry:      AH         25h
                      AL         Interrupt number
                      DS:DX      Address of interrupt handler

       Returns:       Nothing

  -------------------------------------------------------------------------

       Notes:         Prior to calling, you may want to get the address of
                      the current interrupt handler (via Function 35h) so
                      that your program can restore the original routine
                      when it exits. This is the preferred way to set
                      interrupt vectors.

See Also: 35h
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson