Fixed problems with SHRD, SHLD (need to use unsigned shifts) and BT* instructions that use signed bit offsets

This commit is contained in:
Jeff Parsons 2015-09-05 16:03:49 -07:00
commit 40709af7f5
2 changed files with 57 additions and 22 deletions

View file

@ -2262,6 +2262,9 @@ if (DEBUGGER) {
this.dumpBlocks(aBlocks, asArgs[0]);
};
/*
* Table of system (non-segment) descriptors, including indicators of which ones are gates.
*/
Debugger.SYSDESCS = {
0x0100: ["tss286", false],
0x0200: ["ldt", false],