1
0
Fork 0

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:
ripsaw8080 2018-09-04 12:58:09 +00:00
parent bece575aff
commit 5dfa75399e

View file

@ -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",