libnds
Functions | Variables
exceptions.h File Reference

functions to handle hardware exceptions. More...

Functions

void defaultExceptionHandler ()
 sets the default hardware exception handler.
 
u32 getCPSR ()
 returns the cpu status register.
 
void setExceptionHandler (VoidFn handler)
 sets a custom hardware exception handler.
 

Variables

s32 exceptionRegisters []
 an array with a copy of all the registers of when the exception occured.
 

Detailed Description

functions to handle hardware exceptions.