@@ -98,7 +98,7 @@ def main():
if inst.op == Instruction.OP_HALT:
halted = True
- pc -= 1
+ pc = -1
if inst.op == Instruction.OP_STATE:
pc += 1