<div>Hi Experts,</div>
<div>&nbsp;</div>
<div>I have obtained install the VS 6,&nbsp;service pack 5 and processor pack. I have also find a copy of iaxmm.inc from one of the post in your mail list during google search. Now&nbsp;when I compiled, it gives me one error:</div>

<div>&nbsp;</div>
<div>C:\Documents and Settings\ferdinandn\My Documents\Visual Studio 2005\Projects\vp32\CoreLibs\CpuID\Win32\Wmt_CpuID.cpp(136) : error C2400: inline assembler syntax error in 'opcode'; found 'xmm0'<br>&nbsp;</div>
<div>The error area is in Wmt_CpuID.cpp where the code segment is:</div>
<div>&nbsp;</div>
<div>int&nbsp;WillametteNewInstructionOSSupport()<br>{<br>&nbsp;__try<br>&nbsp;{<br>&nbsp;&nbsp;__asm xorpd&nbsp;xmm0, xmm0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // error error error error error<br>&nbsp;}<br>&nbsp;__except(EXCEPTION_EXECUTE_HANDLER)<br>&nbsp;{<br>&nbsp;&nbsp;if(_exception_code())
<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;return 0;<br>&nbsp;&nbsp;}<br>&nbsp;&nbsp;return 0;<br>&nbsp;}<br>&nbsp;return 1;<br>}&nbsp;</div>
<div>&nbsp;</div>
<div>Since I am unfamilar with the ASM, I therefore have no idea what does it means and how to solve it. Can someone please kindly help me out from this problem. I have to solve this problem urgently, otherwise I will miss my handin day for MSc thesis. Thank you very much for reading this e-mail.
</div>
<div>&nbsp;</div>
<div>Best Regards</div>
<div>Ferdinand</div>