Skip to content

Commit 18fa98b

Browse files
committed
Fixed RD* / WR* carry flag behavior
1 parent bb903fc commit 18fa98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pasmsim.c

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ int32_t ExecutePasmInstruction(PasmVarsT *pasmvars)
169169
else
170170
LONG(value2) = pasmvars->mem[dstaddr];
171171
}
172+
cflag = 0;
172173
break;
173174

174175
case 3: // misc hubops

0 commit comments

Comments
 (0)