CACAO
|
Data Fields | |
uint8_t * | pc |
uint8_t * | sp |
uint8_t * | pv |
uint8_t * | ra |
uintptr_t | intregs [INT_REG_CNT] |
double | fltregs [FLT_REG_CNT] |
codeinfo * | code |
Definition at line 53 of file executionstate.hpp.
codeinfo* executionstate_t::code |
Definition at line 68 of file executionstate.hpp.
double executionstate_t::fltregs[FLT_REG_CNT] |
Definition at line 65 of file executionstate.hpp.
uintptr_t executionstate_t::intregs[INT_REG_CNT] |
Definition at line 60 of file executionstate.hpp.
uint8_t* executionstate_t::pc |
Definition at line 54 of file executionstate.hpp.
uint8_t* executionstate_t::pv |
Definition at line 56 of file executionstate.hpp.
uint8_t* executionstate_t::ra |
Definition at line 58 of file executionstate.hpp.
uint8_t* executionstate_t::sp |
Definition at line 55 of file executionstate.hpp.