From 5dfa75399eded2aaa23ec485618dfa435c55c482 Mon Sep 17 00:00:00 2001 From: ripsaw8080 Date: Tue, 4 Sep 2018 12:58:09 +0000 Subject: [PATCH] Show segment override on XLAT instruction. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4159 --- src/debug/debug_disasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/debug_disasm.cpp b/src/debug/debug_disasm.cpp index 6d8d5bc8..51155ed9 100644 --- a/src/debug/debug_disasm.cpp +++ b/src/debug/debug_disasm.cpp @@ -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",