Merge pull request #11 from mbaeten/master

Fixed RD* / WR* carry flag behavior
This commit is contained in:
Dave Hein 2020-02-10 12:16:08 -06:00 committed by GitHub
commit 77f7331974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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