Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
FVM::var_t Struct Reference

#include <FVM.h>

Collaboration diagram for FVM::var_t:
Collaboration graph

Public Attributes

code_t op
 OP_VAR/OP_CONST. More...
 
cell_tvalue
 Pointer to value (SRAM). More...
 

Detailed Description

Wrapper for variable.

Definition at line 366 of file FVM.h.

Member Data Documentation

code_t FVM::var_t::op

OP_VAR/OP_CONST.

Definition at line 367 of file FVM.h.

cell_t* FVM::var_t::value

Pointer to value (SRAM).

Definition at line 368 of file FVM.h.


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