Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 710 Bytes

operator-dot.md

File metadata and controls

22 lines (17 loc) · 710 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator .
operator dot
12/17/2019
operator .
dot operator (.)
operator .
. operator
468ea0c8-5b08-47be-991b-38abacb77611

operator .

The first operator returns expression plus the offset of field within its structure or union. The second operator returns value at the location pointed to by register plus the offset of field within its structure or union.

Syntax

expression.field.field ...⟧

[register].field.field ...⟧

See also

Operators reference
MASM BNF Grammar