stack-machine
stack-machine copied to clipboard
A simple stack-based virtual machine in C++ with a Forth like programming language
Results
2
stack-machine issues
Sort by
recently updated
recently updated
newest added
I wonder whether there is a bug in the machine implementation (or maybe I am confusing something). - the instruction pointer points to (absolute) offsets, i.e. for next() and prev()...