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>_saveregs saves and restores registers on entry and exit</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _saveregs               Saves and Restores Registers on Entry and Exit

    If you declare a function with the _saveregs modifier, the compiler
    will generate code to save and restore the microprocessor's registers
    on entry and exit from the function. (All CPU registers are saved and
    restored.) This is especially useful if the code you are writing is
    to be reenterable.

See Also: _interrupt _loadds _segment _segname

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