libnds
|
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. | |
functions to handle hardware exceptions.