mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[SOFT386]
Implement the opcodes for MOV reg16/32, imm16/32 svn path=/branches/ntvdm/; revision=59949
This commit is contained in:
parent
50e90be14b
commit
179627bf40
2 changed files with 69 additions and 8 deletions
|
@ -191,4 +191,12 @@ Soft386OpcodeShortJump
|
|||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeMovRegImm
|
||||
(
|
||||
PSOFT386_STATE State,
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
#endif // _OPCODES_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue