Make pythag really slow

This commit is contained in:
Ian Gulliver
2021-11-24 20:46:48 -08:00
parent 0bccd0c94b
commit 4eb2ff6188
3 changed files with 109 additions and 22 deletions

View File

@@ -10,14 +10,14 @@ var opCodes = []vm.OpCodeType{
vm.OpMov,
vm.OpAdd,
// vm.OpSub,
vm.OpSub,
vm.OpMul,
// vm.OpDivU,
// vm.OpDivS,
vm.OpDivU,
vm.OpDivS,
// vm.OpNot,
// vm.OpAnd,
// vm.OpOr,
vm.OpNot,
vm.OpAnd,
vm.OpOr,
vm.OpXor,
// vm.OpShR,