Add sqrt instruction
This commit is contained in:
@@ -44,6 +44,8 @@ var opCodes = []vm.OpCodeType{
|
||||
vm.OpRet,
|
||||
vm.OpRetT,
|
||||
vm.OpRetF,
|
||||
|
||||
vm.OpSqrt,
|
||||
}
|
||||
|
||||
func randOpCode() vm.OpCodeType {
|
||||
|
||||
Reference in New Issue
Block a user