|
nanoFORTH
v2.2
|
#include "n4_vm.h"
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... | |
| void n4_push | ( | int | v | ) |
VM proxy functions
| int n4_pop | ( | ) |
| void n4_setup | ( | const char * | code, |
| Stream & | io, | ||
| int | ucase | ||
| ) |
| void n4_api | ( | int | i, |
| void(*)() | fp | ||
| ) |
| void n4_run | ( | ) |
| NanoForth _n4 |
singleton instance
for Eclipse debugging