Difference between program interrupt and subroutine call
Answers
Answered by
0
Answer:
Interrupt procedure stores all information necessary to define the state of the CPU rather than storing only the program counter. Subroutine call is called by the user through instructions, whereas Interrupt is called by the hardware or any external signal.
Similar questions