Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 31 - dpmi 0.9 api - protected mode - set protected mode interrupt vector http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - SET PROTECTED MODE INTERRUPT VECTOR
        AX = 0205h
        BL = interrupt number
        CX:DX / CX:EDX = selector:offset of handler
Return: CF set on error
        CF clear if successful
Notes:  16-bit programs use CX:DX, 32-bit programs use CX:EDX
        32-bit programs must use a 32-bit interrupt stack frame when chaining
          to the next handler
        DPMI implementations are required to support all 256 vectors

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