HTBasic Help
×
Menu
Index

ENABLE INTR

Enables interrupts from a specified interface.
 
 ENABLE INTR interface-select-code [;enable-mask]
 
Usage:
ENABLE INTR 12
ENABLE INTR Isc;Bitmask
 
Example:
 
Description:
This command enables interrupts from a specified interface for event-initiated branching. An optional bit mask is stored in the interface interrupt-enable register. The default bit mask is the previous bit mask for that interface, or if there is no previous bit mask then a bit mask of all zeros is used. The meaning of the bit mask depends on the interface; consult the interface documentation.
 
See Also: