OpCode
AddInt16 = 15
AddInt32 = 17
AddUInt16 = 16
AddUInt32 = 18
BranchIfFalse = 4
Call = 5
DivideInt16 = 27
DivideInt32 = 29
DivideUInt16 = 28
DivideUInt32 = 30
Dup = 2
EqualToInt16 = 35
EqualToInt32 = 37
EqualToUInt16 = 36
EqualToUInt32 = 38
GreaterThanInt16 = 43
GreaterThanInt32 = 45
GreaterThanUInt16 = 44
GreaterThanUInt32 = 46
Jump = 3
LessThanInt16 = 39
LessThanInt32 = 41
LessThanUInt16 = 40
LessThanUInt32 = 42
LoadArg = 9
LoadFunction = 7
LoadLocal = 10
LoadMemory = 11
LoadValue = 8
LogicalAnd = 55
LogicalNot = 57
LogicalOr = 56
ModuloInt16 = 31
ModuloInt32 = 33
ModuloUInt16 = 32
ModuloUInt32 = 34
MultiplyInt16 = 23
MultiplyInt32 = 25
MultiplyUInt16 = 24
MultiplyUInt32 = 26
NegateInt16 = 51
NegateInt32 = 53
NegateUInt16 = 52
NegateUInt32 = 54
Nop = 0
NotInt16 = 47
NotInt32 = 49
NotUInt16 = 48
NotUInt32 = 50
Pop = 1
Return = 6
StoreArg = 12
StoreLocal = 13
StoreMemory = 14
SubtractInt16 = 19
SubtractInt32 = 21
SubtractUInt16 = 20
SubtractUInt32 = 22