Closed condret closed 9 years ago
The VM supports branch
and jump
instructions for jumping around.
For comparison there are eq
, lt
, gt
and friends.
You should check out sample programs in the sample/asm/ directory to get the idea of what is possible with Wudoo now.
oups, sry for that
Just in case: https://github.com/marekjm/wudoovm/blob/devel/src/bytecode/opcodes.h ;-)
I guess you'll need this for more complex stuff than just "hello world".