Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used for 128-bit multimedia operands with MMX and SSE (XMM) instructions.
XMMWORD
Remarks
XMMWORD was added to MASM in Visual C++ 2005.
XMMWORD is intended to represent the same type as __m128.
Example
movdqa xmm0, xmmword ptr [ebx]