[SOFT386]

Implement short conditional jump opcodes.


svn path=/branches/ntvdm/; revision=59856
This commit is contained in:
Aleksandar Andrejevic 2013-08-28 17:52:21 +00:00
parent 3ad78aac17
commit 1143eab8a5
2 changed files with 116 additions and 16 deletions

View file

@ -79,4 +79,12 @@ Soft386OpcodeExchangeEax
UCHAR Opcode
);
BOOLEAN
FASTCALL
Soft386OpcodeShortConditionalJmp
(
PSOFT386_STATE State,
UCHAR Opcode
);
#endif // _OPCODES_H_