moulo
This commit is contained in:
@@ -25,6 +25,7 @@ const (
|
||||
OpSub
|
||||
OpMul
|
||||
OpDiv
|
||||
OpMod
|
||||
OpTrue
|
||||
OpFalse
|
||||
OpEqual
|
||||
@@ -69,6 +70,7 @@ var definitions = map[Opcode]*Definition{
|
||||
OpSub: {"OpSub", []int{}},
|
||||
OpMul: {"OpMul", []int{}},
|
||||
OpDiv: {"OpDiv", []int{}},
|
||||
OpMod: {"OpMod", []int{}},
|
||||
OpTrue: {"OpTrue", []int{}},
|
||||
OpFalse: {"OpFalse", []int{}},
|
||||
OpEqual: {"OpEqual", []int{}},
|
||||
|
||||
Reference in New Issue
Block a user