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 21 - dos v??? - set oem int 21 handler http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS v??? - SET OEM INT 21 HANDLER
        AH = F8h
        DS:DX -> OEM INT 21 handler for functions F9h to FFh
                 FFFFh:FFFFh resets to original handlers

Notes:  calls to AH=F9h through AH=FFH will return CF set and AX=1 (invalid
          function) if no handler set
        handler is called with all registers exactly as set by caller, and
          should exit with IRET

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