README updates

This commit is contained in:
Jeff Parsons 2014-11-16 13:41:38 -08:00 committed by jeffpar
commit 866610f3df
5 changed files with 34 additions and 28 deletions

View file

@ -153,6 +153,10 @@ var X86Op0F = {
this.addrIDTLimit = this.addrIDT + this.getWord(0x85E);
this.segTSS.loadDesc6(this.getWord(0x816), 0x860);
this.nStepCycles -= 195;
/*
* TODO: LOADALL operation still needs to be verified in protected mode....
*/
if (DEBUG && DEBUGGER && (this.regMSW & X86.MSW.PE)) this.stopCPU();
},
/**
* @this {X86CPU}