Interrupt Behavior:-
-----------------------------
Interrupt/Exception Sequence:-
------------------------------------------
when an exception takes place:
1- Stacking: push 8 registers' content to stack
2- Vector Fetch: reading the exception handler starting address from the vector table (IVT).
3- Update of Stack Pointer, Linker Register (LR) and Program Counter (PC).
-----------------------------
Interrupt/Exception Sequence:-
------------------------------------------
when an exception takes place:
1- Stacking: push 8 registers' content to stack
2- Vector Fetch: reading the exception handler starting address from the vector table (IVT).
3- Update of Stack Pointer, Linker Register (LR) and Program Counter (PC).
0 comments:
Post a Comment