libdragon
|
Structure representing a register block. More...
#include <exception.h>
Data Fields | |
volatile uint64_t | gpr [32] |
General purpose registers 1-32. | |
volatile uint32_t | sr |
SR. | |
volatile uint32_t | epc |
EPC. | |
volatile uint64_t | hi |
HI. | |
volatile uint64_t | lo |
LO. | |
volatile uint64_t | fc31 |
FC31. | |
volatile uint64_t | fpr [32] |
Floating point registers 1-32. |
Structure representing a register block.
DO NOT modify the order unless editing inthandler.S