Saved Bookmarks
| 1. |
What is the purpose of test interrupt in microprocessor 8086? |
|
Answer» Answer: Microprocessor - 8086 INTERRUPTS Interrupt is the METHOD of creating a temporary halt during program execution and ALLOWS peripheral devices to access the microprocessor. The microprocessor responds to that interrupt with an ISR (Interrupt SERVICE Routine), which is a short program to instruct the microprocessor on how to HANDLE the interrupt. Explanation: |
|