[SOFT386]

Implement the opcodes for MOV reg16/32, imm16/32


svn path=/branches/ntvdm/; revision=59949
This commit is contained in:
Aleksandar Andrejevic 2013-09-01 16:19:29 +00:00
parent 50e90be14b
commit 179627bf40
2 changed files with 69 additions and 8 deletions

View file

@ -191,4 +191,12 @@ Soft386OpcodeShortJump
UCHAR Opcode
);
BOOLEAN
FASTCALL
Soft386OpcodeMovRegImm
(
PSOFT386_STATE State,
UCHAR Opcode
);
#endif // _OPCODES_H_