Assert_Ints_Enabled


include debug.inc

Assert_Ints_Enabled

Asserts that interrupts are currently disabled.

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

See also Debug_Test_Valid_Handle