Computer Architecture And Design Question:
Explain the difference between interrupt service routine and subroutine?
Answer:
Subroutine are the part of executing processes(like any process can call a subroutine for achieve task),while the interrupt subroutine never be the part.interrupt subroutine are subroutine that are external to a process.
Previous Question | Next Question |
How do we handle precise exceptions or interrupts? | Can you explain what are the basic components in a Microprocessor? |