mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
Debugger: Update disassembler to support CMOVcc instructions so they appear in the code window of the debugger interface
This commit is contained in:
@@ -288,8 +288,10 @@ static char const *second[] = {
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
/* 4 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
"cmovo %Gv,%Ev", "cmovno %Gv,%Ev", "cmovc %Gv,%Ev", "cmovnc %Gv,%Ev",
|
||||
"cmovz %Gv,%Ev", "cmovnz %Gv,%Ev", "cmovbe %Gv,%Ev", "cmovnbe %Gv,%Ev",
|
||||
"cmovs %Gv,%Ev", "cmovns %Gv,%Ev", "cmovp %Gv,%Ev", "cmovnp %Gv,%Ev",
|
||||
"cmovl %Gv,%Ev", "cmovge %Gv,%Ev", "cmovle %Gv,%Ev", "cmovg %Gv,%Ev",
|
||||
/* 5 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
Reference in New Issue
Block a user