1
0
Fork 0

added 'rep nop'

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@285
This commit is contained in:
Ulf Wohlers 2002-09-16 16:04:26 +00:00
parent 600580f7a3
commit 0277679a17

View file

@ -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);
}