[SOFT386]

Implement CMC instruction.


svn path=/branches/ntvdm/; revision=59892
This commit is contained in:
Aleksandar Andrejevic 2013-08-29 22:18:28 +00:00
parent 3925c4a3d8
commit 7ecbd63471
2 changed files with 28 additions and 1 deletions

View file

@ -103,6 +103,14 @@ Soft386OpcodeSetCarry
UCHAR Opcode
);
BOOLEAN
FASTCALL
Soft386OpcodeComplCarry
(
PSOFT386_STATE State,
UCHAR Opcode
);
BOOLEAN
FASTCALL
Soft386OpcodeClearInt