To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
DISABLE INTR - Disables interrupts from the specified interface.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
DISABLE INTR
Disables interrupts from the specified interface.
DISABLE INTR interface-select-code
Usage:
DISABLE INTR 5
DISABLE INTR Isc
Example:
DISABLE INTR.BAS
Description:
DISABLE INTR
instructs the interface to disable interrupt generation.
See Also:
DISABLE
,
ENABLE
,
ENABLE INTR
,
ON INTR
,
OFF INTR