D - inline asm problem
- Sean L. Palmer (8/8) Apr 06 2003 Walter, looks like you have the src/dst register mod/rm selection swappe...
- Walter (3/11) Apr 07 2003 I have it in my test suite, I'll check it again. -Walter
Walter, looks like you have the src/dst register mod/rm selection swapped
for the movq2dq instruction:
movq2dq XMM4, MM0;
assembles thusly:
movq2dq XMM0, MM4
This is probably the first time anyone has tried to use this instruction
with your compilers. ;)
Sean
Apr 06 2003
I have it in my test suite, I'll check it again. -Walter
"Sean L. Palmer" <palmer.sean verizon.net> wrote in message
news:b6qklb$k89$1 digitaldaemon.com...
Walter, looks like you have the src/dst register mod/rm selection swapped
for the movq2dq instruction:
movq2dq XMM4, MM0;
assembles thusly:
movq2dq XMM0, MM4
This is probably the first time anyone has tried to use this instruction
with your compilers. ;)
Sean
Apr 07 2003








"Walter" <walter digitalmars.com>