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

#include <FVM.h>

Collaboration diagram for FVM::const_t:
Collaboration graph

Public Attributes

code_t op
 OP_CONST. More...
 
cell_t value
 Value of constant (PROGMEM). More...
 

Detailed Description

Wrapper for constant.

Definition at line 374 of file FVM.h.

Member Data Documentation

code_t FVM::const_t::op

OP_CONST.

Definition at line 375 of file FVM.h.

cell_t FVM::const_t::value

Value of constant (PROGMEM).

Definition at line 376 of file FVM.h.


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