nanoFORTH  v2.2
n4.cpp File Reference
#include "n4_vm.h"
Include dependency graph for n4.cpp:

Functions

void n4_push (int v)
 
int n4_pop ()
 
void n4_setup (const char *code, Stream &io, int ucase)
 
void n4_api (int i, void(*fp)())
 
void n4_run ()
 

Variables

NanoForth _n4
 singleton instance More...
 

Function Documentation

◆ n4_push()

void n4_push ( int  v)

VM proxy functions

◆ n4_pop()

int n4_pop ( )

◆ n4_setup()

void n4_setup ( const char *  code,
Stream &  io,
int  ucase 
)

◆ n4_api()

void n4_api ( int  i,
void(*)()  fp 
)

◆ n4_run()

void n4_run ( )

Variable Documentation

◆ _n4

NanoForth _n4

singleton instance

for Eclipse debugging