

InterviewSolution
Saved Bookmarks
1. |
What happens when an exception is completed?(a) TRAP instruction executes(b) SWI instruction executes(c) RFI instruction executes(d) terminal count increasesThe question was posed to me during an internship interview.I need to ask this question from RISC Exceptions topic in chapter Interrupts and Exceptions of Embedded Systems |
Answer» The correct answer is (c) RFI instruction executes |
|