fix the 0x82 opcode displaying
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1499
This commit is contained in:
parent
f9780a04f1
commit
355320d101
1 changed files with 1 additions and 2 deletions
|
@ -220,8 +220,7 @@ static char *op386map1[256] = {
|
|||
"js %Jb", "jns %Jb", "jpe %Jb", "jpo %Jb",
|
||||
"jl %Jb", "jge %Jb", "jle %Jb", "jg %Jb",
|
||||
/* 8 */
|
||||
/* "%g0 %Eb,%Ib", "%g0 %Ev,%Iv", "%g0 %Ev,%Ib", "%g0 %Ev,%Ib", */
|
||||
"%g0 %Eb,%Ib", "%g0 %Ev,%Iv", "%g0 %Ev,%Ix", "%g0 %Ev,%Ix",
|
||||
"%g0 %Eb,%Ib", "%g0 %Ev,%Iv", "%g0 %Eb,%Ib", "%g0 %Ev,%Ix",
|
||||
"test %Eb,%Gb", "test %Ev,%Gv", "xchg %Eb,%Gb", "xchg %Ev,%Gv",
|
||||
"mov %Eb,%Gb", "mov %Ev,%Gv", "mov %Gb,%Eb", "mov %Gv,%Ev",
|
||||
"mov %Ew,%Sw", "lea %Gv,%M ", "mov %Sw,%Ew", "pop %Ev",
|
||||
|
|
Loading…
Add table
Reference in a new issue