• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to determine stepping on P3???

well, one way is to go to new CPU database here at AT , in the My.Anandtech section....add or search for a CPU...put in your week# w/ s-pec...it will show the stepping when you have finished.
 

If someone can code in assembler, the following information might be useful.

There is a special instruction to get CPU identification : CPUID instruction.

Call CPUID (opcode 0F A2, no MOD/RM), EAX=1.
The bits 3:0 of the EAX register are the stepping ID,
bits 7:4- model id, bits 11:8- family ID.

The following is valid for Intel CPUs, beginning with the late 486s/Pentiums.

Hope it helps.

Greg Pribush, iMPG.
Not speaking for Intel🙂
 
Back
Top