Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_code_state_t Struct Reference

#include <bc.h>

Public Attributes

mp_obj_fun_bc_tfun_bc
 
const byteip
 
mp_obj_tsp
 
mp_exc_stack_texc_sp
 
mp_obj_dict_told_globals
 
mp_obj_t state [0]
 

Detailed Description

Definition at line 72 of file bc.h.

Member Data Documentation

◆ exc_sp

mp_exc_stack_t* _mp_code_state_t::exc_sp

Definition at line 81 of file bc.h.

◆ fun_bc

mp_obj_fun_bc_t* _mp_code_state_t::fun_bc

Definition at line 77 of file bc.h.

◆ ip

const byte* _mp_code_state_t::ip

Definition at line 78 of file bc.h.

◆ old_globals

mp_obj_dict_t* _mp_code_state_t::old_globals

Definition at line 82 of file bc.h.

◆ sp

mp_obj_t* _mp_code_state_t::sp

Definition at line 79 of file bc.h.

◆ state

mp_obj_t _mp_code_state_t::state[0]

Definition at line 87 of file bc.h.


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