Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 25h (37) set interrupt vector</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson