What is the difference between a software interrupt and a subroutine call?
Answers
Answered by
3
Answer:
The interrupt is usually initiated by external or internal signal rather than from the execution of an instruction. (except for software interrupt) ... Subroutine call is called by the user through instructions, whereas Interrupt is called by the hardware or any external signal.
Similar questions