A struct with all the CPU exeption vectors. each member contains an ARM instuction that will be executed when an exeption occured. More...
#include <system.h>
Data Fields | |
u32 | data_abort |
data abort. | |
u32 | fiq |
fast interrupt. | |
u32 | prefetch_abort |
prefetch abort. | |
u32 | reset |
CPU reset. | |
u32 | swi |
software interrupt. | |
u32 | undefined |
undefined instruction. |
A struct with all the CPU exeption vectors. each member contains an ARM instuction that will be executed when an exeption occured.
See gbatek for more information.