Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>geninterrupt() generate software interrupt (macro)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 geninterrupt()          Generate Software Interrupt (Macro)

 #include   <dos.h>

 void       geninterrupt(intr_num);
 int        intr_num;                    Interrupt number

    geninterrupt() triggers a software trap for the interrupt given by
    'intr_num'.

       Returns:     The return value depends on the interrupt that was
                    called.

         Notes:     geninterrupt() is a macro.

   Portability:     8086-Family of processors only.


See Also: disable() enable() getvect()

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