To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
Input and Output
Interrupts
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
Interrupts
Interrupts allow the computer to perform other tasks while you wait for some condition to occur. This eliminates the need to continually monitor for some event.
Interrupts
ON INTR Statement
OFF INTR Statement
Enabling and Disabling Interrupts
Interrupt Routines