This section was inspired by jonesforth, an excellent tutorial on writing a FORTH interpreter in x86 assebly.
Here we will create our own FORTH interpreter. The FORTH language is an unusual one, more powerful than it appears at first, but extremely minimalist.
Introduction to stack machines 0
Requiring your immediate attention 0
Go with the control-flow 0
When the stacks are odd, make them even 0