Documentation updates
This commit is contained in:
parent
c9eda96858
commit
070ea74f2f
13 changed files with 230 additions and 40 deletions
|
|
@ -20,12 +20,6 @@ Intel 80386 CPU Information
|
|||
* [D1 Stepping](#d1-stepping)
|
||||
* [D2 Stepping](#d2-stepping)
|
||||
|
||||
80386 Undocumented Instructions
|
||||
---
|
||||
|
||||
* [LOADALL](loadall/)
|
||||
* [IBTS and XBTS](ibts_xbts/)
|
||||
|
||||
80386 Steppings
|
||||
---
|
||||
|
||||
|
|
@ -818,3 +812,9 @@ Revision identifier: 0x08.
|
|||
### D2 Stepping
|
||||
|
||||
Revision identifier: 0x08 (same as the D1 stepping).
|
||||
|
||||
80386 Undocumented Instructions
|
||||
---
|
||||
|
||||
* [LOADALL](loadall/)
|
||||
* [IBTS and XBTS](ibts_xbts/)
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@ title: "Obsolete 80386 Instructions: IBTS and XBTS"
|
|||
permalink: /pubs/pc/reference/intel/80386/ibts_xbts/
|
||||
---
|
||||
|
||||
### Obsolete 80386 Instructions
|
||||
Obsolete 80386 Instructions
|
||||
---
|
||||
|
||||
Here's more information on the 80386 opcodes (IBTS and XBTS) that were removed from the 80386 as of the B1 stepping.
|
||||
|
||||
[IBTS (0x0F 0xA7)](http://asm.inightmare.org/opcodelst/index.php?op=IBTS)
|
||||
### [IBTS (0x0F 0xA7)](http://asm.inightmare.org/opcodelst/index.php?op=IBTS)
|
||||
|
||||
Opcode IBTS
|
||||
|
||||
|
|
@ -28,7 +29,7 @@ Here's more information on the 80386 opcodes (IBTS and XBTS) that were removed f
|
|||
Clocks: IBTS
|
||||
80386: 12/19
|
||||
|
||||
[XBTS (0x0F 0xA6)](http://asm.inightmare.org/opcodelst/index.php?op=XBTS):
|
||||
### [XBTS (0x0F 0xA6)](http://asm.inightmare.org/opcodelst/index.php?op=XBTS)
|
||||
|
||||
Opcode XBTS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue