Assert_Ints_Disabled

include debug.inc

Assert_Ints_Disabled
 

Asserts that interrupts are currently disabled.

If the DEBUG symbol is defined, the macro generates code which checks that interrupts are disabled. If interrupts are enabled, the generated code will print an error message and stop in the debugger if a debugger is installed.

See Also

Debug_Test_Valid_Handle