mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[SOFT386]
Implement short conditional jump opcodes. svn path=/branches/ntvdm/; revision=59856
This commit is contained in:
parent
3ad78aac17
commit
1143eab8a5
2 changed files with 116 additions and 16 deletions
|
@ -79,4 +79,12 @@ Soft386OpcodeExchangeEax
|
|||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeShortConditionalJmp
|
||||
(
|
||||
PSOFT386_STATE State,
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
#endif // _OPCODES_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue