nanoFORTH  v2.2
n4_vm.h File Reference

nanoForth Virtual Machine class More...

#include "n4.h"
Include dependency graph for n4_vm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 N4VM
 

Functions

void N4VM::push (int v)
 
int N4VM::pop ()
 
void N4VM::setup (const char *code, Stream &io, U8 ucase)
 
void N4VM::outer ()
 outer-interpreter More...
 
void N4VM::serv_isr ()
 interrupt service routine More...
 

Detailed Description

nanoForth Virtual Machine class