The following chart gives a brief description of the Exec functions that
control interrupts. See the Amiga ROM Kernel Reference Manual: Includes
and Autodocs for details about each call.
Table 26-2: Exec Interrupt Functions
________________________________________________________________________
| |
| Interrupt Function Description |
|========================================================================|
| AddIntServer() Add an interrupt server to a system server chain. |
| Cause() Cause a software interrupt. |
| Disable() Disable interrupt processing. |
| Enable() Restart system interrupt processing. |
| RemIntServer() Remove an interrupt server from a system server chain.|
| SetIntVector() Set a new handler for a system interrupt vector. |
|________________________________________________________________________|
[Back to Amiga Developer Docs]