operator && (MASM runtime)

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

Syntax

expression1 && expression2

See also

Operators reference
MASM BNF grammar