libnds
Data Fields
sysVectors Struct Reference

A struct with all the CPU exeption vectors. More...

#include <system.h>

Data Fields

VoidFn address_overflow
 Address exceeds 26 bits. Not used on ARM9.
 
VoidFn data_abort
 Data abort.
 
VoidFn fiq
 Fast interrupt.
 
VoidFn irq
 Standard 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 occurs.

See gbatek for more information.


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