Simplified 80386 word/dword dispatching
This commit is contained in:
parent
908f69e8e1
commit
b71fd5002b
6 changed files with 153 additions and 396 deletions
|
|
@ -358,8 +358,8 @@ var X86 = {
|
|||
GS: 0x65, // opGS() (80386 and up)
|
||||
OS: 0x66, // opOS() (80386 and up)
|
||||
AS: 0x67, // opAS() (80386 and up)
|
||||
PUSH16: 0x68, // opPUSH16() (80186 and up)
|
||||
IMUL16: 0x69, // opIMUL16() (80186 and up)
|
||||
PUSHN: 0x68, // opPUSHn() (80186 and up)
|
||||
IMULN: 0x69, // opIMULn() (80186 and up)
|
||||
PUSH8: 0x6A, // opPUSH8() (80186 and up)
|
||||
IMUL8: 0x6B, // opIMUL8() (80186 and up)
|
||||
INSB: 0x6C, // opINSb() (80186 and up)
|
||||
|
|
|
|||
Loading…
Reference in a new issue