libdragon
Data Fields
reg_block_t Struct Reference

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.

Detailed Description

Structure representing a register block.

DO NOT modify the order unless editing inthandler.S


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines