The reason forth was picked as the template is due to its context based grammer. What ever is on top of the stack is what the command effects.
This list has been split into different areas which include
These groups form the heart of the VM, and will hopefully allow for a huge amount of possabilities.
JMP location
CALL location
RET
JE location
JNE location
JG location
JGE location
JL location
JLE location
ADD
SUB
MUL
DIV