mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
[SOFT386]
Implement CMC instruction. svn path=/branches/ntvdm/; revision=59892
This commit is contained in:
parent
3925c4a3d8
commit
7ecbd63471
2 changed files with 28 additions and 1 deletions
|
@ -103,6 +103,14 @@ Soft386OpcodeSetCarry
|
|||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeComplCarry
|
||||
(
|
||||
PSOFT386_STATE State,
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeClearInt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue