Function guardian
Placement in the overall structure
Description
The guardian function represents the central interrupt handling routine. After the occurrence of an interrupt, the processor first jumps to the wrapper routine registered in the vector table. The wrapper routine then calls guardian, passing the number of the corresponding interrupt as a parameter. All interrupts lead therefore always to the call of guardian.