DisableAutoInt3 Function (Macro)

intr.h

void DisableAutoInt3 (void);

Disables auto interrupt 3.

DisableAutoInt3 is a macro which disables the triggering of auto interrupt 3. Usually, you should not call this macro except to restore the state that auto interrupt 3 was in when the program was started, as disabling auto interrupt 3 arbitrarily may interfere with the clock on newer AMS versions. Please see EnableAutoInt3 for more information.

This macro does not work in VTI 2.5 Beta 5.


See also: EnableAutoInt3, SetIntVec, IntVecs