Add sqrt instruction

This commit is contained in:
Ian Gulliver
2021-11-21 17:04:58 -08:00
parent 05c62a92e1
commit 5ae34243b4
6 changed files with 61 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ var opCodes = []vm.OpCodeType{
vm.OpRet,
vm.OpRetT,
vm.OpRetF,
vm.OpSqrt,
}
func randOpCode() vm.OpCodeType {