Enabling and disabling interrupts in computer organization
Answers
Answered by
2
The processor services interrupts and exceptions only between the end of one instruction and the beginning of the next. When the repeat prefix is used to repeat a string instruction, interrupts and exceptions may occur between repetitions. Thus, operations on long strings do not delay interrupt response.
Certain conditions and flag settings cause the processor to inhibit certain interrupts and exceptions at instruction boundaries.
Certain conditions and flag settings cause the processor to inhibit certain interrupts and exceptions at instruction boundaries.
Similar questions