We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Assuming that interrupts are enabled (CPSR.I=0) the processor will automatically switch to IRQ mode when the IRQ is signaled. It will also automatically start executing from the IRQ entry in the vector table.It is up to the boot code to make sure the vector table is in place, with the correct handlers set up.