Added support for both 80286 and 80386 gates and TSS segments
This commit is contained in:
parent
4492e737cb
commit
4102ef0514
5 changed files with 198 additions and 87 deletions
|
|
@ -1394,8 +1394,8 @@ X86CPU.prototype.updateAddrSize = function()
|
|||
/**
|
||||
* setDataSize(size)
|
||||
*
|
||||
* This is used by opcodes that require a particular OPERAND size, which we enforce by
|
||||
* internally simulating an OPERAND size override, if needed.
|
||||
* This is used by opcodes that require a particular OPERAND size, which we enforce by internally
|
||||
* simulating an OPERAND size override, if needed.
|
||||
*
|
||||
* @this {X86CPU}
|
||||
* @param {number} size (2 for 2-byte/16-bit operands, or 4 for 4-byte/32-bit operands)
|
||||
|
|
|
|||
Loading…
Reference in a new issue