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

#include <FVM.h>

Collaboration diagram for FVM::func_t:
Collaboration graph

Public Attributes

code_t op
 OP_FUNC. More...
 
fn_t fn
 Pointer to function. More...
 
void * env
 Pointer to environment (SRAM). More...
 

Detailed Description

Definition at line 384 of file FVM.h.

Member Data Documentation

void* FVM::func_t::env

Pointer to environment (SRAM).

Definition at line 387 of file FVM.h.

fn_t FVM::func_t::fn

Pointer to function.

Definition at line 386 of file FVM.h.

code_t FVM::func_t::op

OP_FUNC.

Definition at line 385 of file FVM.h.


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