Concept Flow - Exception entry and exit sequence
Exception Occurs
Save Context
Switch to Exception Mode
Jump to Exception Vector
Execute Exception Handler
Restore Context
Return from Exception
Resume Normal Execution
This flow shows how the ARM processor handles an exception by saving the current state, switching modes, running the handler, then restoring state to resume.