according to FKTCA0.BIC, MFPI should not set c and set v to 0

This commit is contained in:
folkert van heusden 2023-03-17 21:52:52 +01:00
parent 2c98fa23f5
commit b50b75f1a0
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -1323,10 +1323,9 @@ bool cpu::single_operand_instructions(const uint16_t instr)
}
if (set_flags) {
setPSW_c(true);
setPSW_z(v == 0);
setPSW_n(SIGN(v, false));
// deze niet? setPSW_v(false);
setPSW_v(false);
}
// put on current stack