Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_interrupt create an interrupt handler</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _interrupt              Create an Interrupt Handler

    This modifier specifies that the function it modifies is to be an
    interrupt handler; the compiler will take the appropriate steps to
    accomodate it, including handling the stack correctly (i.e.
    generating an IRET at the end) and saving and restoring all CPU
    registers on entry and exit.

See Also: _loadds _saveregs

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