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

#include <FVM.h>

Collaboration diagram for FVM::obj_t:
Collaboration graph

Public Attributes

code_t op
 CALL(FN). More...
 
code_t noop
 OP_NOOP. More...
 
cell_tvalue
 Pointer to value (SRAM). More...
 

Detailed Description

Wrapper for create/does.

Definition at line 357 of file FVM.h.

Member Data Documentation

code_t FVM::obj_t::noop

OP_NOOP.

Definition at line 359 of file FVM.h.

code_t FVM::obj_t::op

CALL(FN).

Definition at line 358 of file FVM.h.

cell_t* FVM::obj_t::value

Pointer to value (SRAM).

Definition at line 360 of file FVM.h.


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