Baby steps
This commit is contained in:
parent
13c50f7bd0
commit
2cd13b2058
11 changed files with 2808 additions and 2743 deletions
|
|
@ -106,6 +106,16 @@ var BACKTRACK = !COMPILED;
|
|||
*/
|
||||
var SAMPLER = false;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
*
|
||||
* Enables support for known 8086 bugs. It's turned off by default, because 1) it adds overhead, and 2) it's
|
||||
* hard to imagine any software actually being dependent on any of the bugs covered by this (eg, the failure to
|
||||
* properly restart string instructions with multiple prefixes, or the failure to inhibit hardware interrupts
|
||||
* following SS segment loads).
|
||||
*/
|
||||
var BUGS_8086 = false;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue