Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 617 Bytes

operator-bitwise-and.md

File metadata and controls

20 lines (15 loc) · 617 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Microsoft Assembler (MASM) operator &
operator &
12/17/2019
&
operator &
& operator, syntax
AND operator
& operator
f3c51a54-48ba-4b99-afed-5c45177bf694

operator & (MASM)

Bitwise AND. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

Syntax

expression1 & expression2

See also

Operators reference
MASM BNF grammar