Show segment override on XLAT instruction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4159
This commit is contained in:
parent
bece575aff
commit
5dfa75399e
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static char const * op386map1[256] = {
|
|||
"int 03", "int %Ib", "into", "iret",
|
||||
/* d */
|
||||
"%g1 %Eb,1", "%g1 %Ev,1", "%g1 %Eb,cl", "%g1 %Ev,cl",
|
||||
"aam ; %Ib", "aad ; %Ib", "setalc", "xlat",
|
||||
"aam ; %Ib", "aad ; %Ib", "setalc", "%P xlat",
|
||||
#if 0
|
||||
"esc 0,%Ib", "esc 1,%Ib", "esc 2,%Ib", "esc 3,%Ib",
|
||||
"esc 4,%Ib", "esc 5,%Ib", "esc 6,%Ib", "esc 7,%Ib",
|
||||
|
|
Loading…
Add table
Reference in a new issue