Interrupt instructions
Use Interrupt instructions to signal the processor that an event needs attention. Usually the interrupt signal is used for high-priority conditions that require interruption of the current code the processor is executing.
Function | Description |
---|
Provide Feedback