News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Problem with compiling inline ASM in VC++ 6?

Started by ngxfer001, March 13, 2006, 07:36:04 AM

Previous topic - Next topic

hutch--

Ferdinand,

I have a sneaking suspicion that your questions have little to do with assembler programming and much more to do with setting up VC and its IDE. perhaps one of the members can help you here but it may be a question for a support forum for Microsoft VC rather than MASM.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Manos

I tested your code and I found that the errors are in :


pxor xmm6, xmm6   // Error

pxor xmm7, xmm7  // Error



// Row 1 and 2
movq xmm1, QWORD ptr [ebx]   //  Error
movq xmm2, QWORD ptr [ecx]    //  Error

Manos.

ngxfer001

Hi,

I am thinking now, I install the wrong version of service pack, I might download only the VB one and actually the full packet is what I need. I am downloading now and see if I am right.

I will feedback here when I got the results. Thanks for your valuable time and sorry for my stupid mistake.

Best Regards
Ferdinand

ngxfer001

my version of service pack is wrong. Sorry for all the trouble.

assembie1



ngxfer001  your posted code above  is missing closing brakett 



->         }