* Question
How to exit the exception execution program? |
* Answer
When the exception handler ends, the exception handler must perform the following operations: return to the next instruction of the instruction that generated the exception interrupt, that is, subtract the offset from the value in LR and move it to the PC. |
COMMENTS