A Virtual Machine that does not have Register or intermediate variables. All data is pushed and popped from the stack
Example
For interpreting WAT
- Push $a onto the stack
- Push $b onto the stack
- Pop $a and $b
- Push the result onto the stack
A Virtual Machine that does not have Register or intermediate variables. All data is pushed and popped from the stack
For interpreting WAT