CPU Operations: Interrupts, I/O, DMA, and Multiprogramming
Classified in Computers
Written at on English with a size of 4.94 KB.
Program Counter (PC) and Instruction Register (IR)
The Program Counter (PC) contains the address of the instruction to be read. The Instruction Register (IR) contains the last statement read.
Interrupts
Interrupts interrupt the normal execution of the processor. They appear mainly as a way to improve processing efficiency. Interrupts can be generated by software, clock, I/O, or hardware failure.
Disabled Interrupts
Disabled interrupts mean that the processor will ignore the interrupt signal. If an interruption occurs during that time, it generally will remain pending and will be checked by the processor after it enables interrupts.
Processor Actions
When the processor interprets the instruction and performs the action, the action can be classified... Continue reading "CPU Operations: Interrupts, I/O, DMA, and Multiprogramming" »