rigz_vm 0.2.0

Register based VM for rigz
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
All unary operations take a register and an output, the output is where the result of the operation is stored.

## Not

Binary Not for numbers, convert to boolean for all other types

## Neg

Negative of the value, complex types are unchanged. Uint is 2's complement

## Rev

Reverse the value in register and store in output

## Print

Print the value in register, optional store the value in another register