Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 527 Bytes

xmmword.md

File metadata and controls

29 lines (20 loc) · 527 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: XMMWORD
XMMWORD
12/17/2019
XMMWORD
XMMWORD directive
18026d32-5cab-403e-ad7e-382fb41aa9b8

XMMWORD

Used for 128-bit multimedia operands with MMX and SSE (XMM) instructions.

Syntax

XMMWORD

Remarks

XMMWORD is intended to represent the same type as __m128.

Example

    movdqa   xmm0, xmmword ptr [ebx]

See Also

MASM BNF Grammar