Fixed RD* / WR* carry flag behavior

This commit is contained in:
Miro Baeten 2020-02-08 00:58:27 +01:00
parent bb903fc36f
commit 18fa98b84d
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ int32_t ExecutePasmInstruction(PasmVarsT *pasmvars)
else
LONG(value2) = pasmvars->mem[dstaddr];
}
cflag = 0;
break;
case 3: // misc hubops