CACAO
Data Fields
executionstate_t Struct Reference

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]
 
codeinfocode
 

Detailed Description

Definition at line 53 of file executionstate.hpp.

Field Documentation

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.


The documentation for this struct was generated from the following file: