I've excerpted and amplified the relevant text from the
Pentium(R) Processor Family Developer's Manual, Volume 3: Architecture
and Programming Manual, a PDF file downloadable from:
http://developer.intel.com/design/pentium/manuals/pent4.htm
Section 23.2.7.1: NEW PENTIUM PROCESSOR INSTRUCTIONS
The Pentium Processor introduces three new application instructions:
* CMPXCHG8B instruction
Compare and exchange 8 bytes
* CPUID instruction
Get CPU identification information
* RDTSC instruction
Read the timestamp counter
For comparison, from section 23.2.7.2 of the same document,
the 486 added three application-level instructions beyond the 386's
repetoir:
* BSWAP instruction
* XADD instruction
* CMPXCHG instruction
Craig Milo Rogers