diff --git a/op00.py b/op00.py index eb534dc..490cd39 100644 --- a/op00.py +++ b/op00.py @@ -304,6 +304,7 @@ def op00_67_sxt(cpu, inst): else: val = 0 cpu.psw_z = not cpu.psw_n + cpu.psw_v = 0 cpu.operandx(inst & 0o0077, val)