Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 670 Bytes

operator-greater-or-equal-masm-run-time.md

File metadata and controls

20 lines (15 loc) · 670 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Microsoft Assembler operator >= (MASM runtime)
MASM perator >= (runtime)
12/17/2019
operator >=
>= operator, comparing specific objects
operator >=
c7366d99-f7b8-4eb8-b5df-6dc74491b114

operator >= (MASM runtime)

Greater than or equal to operator. 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