libnds
Data Fields
sysVectors_t Struct Reference

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

VoidFn data_abort
 data abort.
 
VoidFn fiq
 fast interrupt.
 
VoidFn prefetch_abort
 prefetch abort.
 
VoidFn reset
 CPU reset.
 
VoidFn swi
 software interrupt.
 
VoidFn undefined
 undefined instruction.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: