News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

MASM bugs

Started by jj2007, August 17, 2013, 04:15:44 AM

Previous topic - Next topic

Caché GB

Hi InfiniteLoop

Try this



     local  ddVal:dword

            mov  ddVal, 12345
   vpbroadcastd  ymm0, ddVal

Caché GB's 1 and 0-nly language:MASM

InfiniteLoop

Isn't local just a macro for .data declarations?

It should be vpbroadcastd ymm0, xmm1
but vpbroadcastd ymm0, edx generates no error.