added 'rep nop'
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@285
This commit is contained in:
parent
600580f7a3
commit
0277679a17
1 changed files with 2 additions and 0 deletions
|
@ -1205,6 +1205,8 @@ restart:
|
|||
}
|
||||
CMPW(reg_ax,LoadMw(to+(reg_di-direct*2)),LoadRw,0);
|
||||
break;
|
||||
case 0x90: /* NOP - yes it is really used this way... eternam */
|
||||
break;
|
||||
default:
|
||||
E_Exit("Illegal REP prefix %2X",repcode);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue