Introduction to Interrupts
An interrupt is the automatic transfer of software execution in response to hardware that is asynchronous with the current software execution.
There are 3 main categories of interrupts, Hardware InterruptSoftware InterruptProcessor Exception
Interrupts were originally created to allow hardware devices to interrupt the operations of the CPU.
No comments:
Post a Comment