nanoFORTH v2.2
Loading...
Searching...
No Matches
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

namespace  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
 
void N4VM::serv_isr ()
 interrupt service routine
 

Detailed Description

nanoForth Virtual Machine class