Fixed problems with SHRD, SHLD (need to use unsigned shifts) and BT* instructions that use signed bit offsets
This commit is contained in:
parent
5541855895
commit
40709af7f5
2 changed files with 57 additions and 22 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue