Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 25h set interrupt vector</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 25h            Set Interrupt Vector

    Replaces the vector-table entry with the address of the specified
    interrupt handler.

        Entry   AH    = 25h
                AL    = Interrupt number
                DS:DX = Address of interrupt handler

        Return  Nothing

    ------------------------------------------------------------------
                    
    Programs should never set an interrupt handler by directly
    manipulating the interrupt vector table.

    When a program installs a new interrupt handler, it should use
    function 35h to retrieve the address of the original interrupt
    handler and restore this original address before terminating.

See Also: 35h

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