Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 638 Bytes

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

File metadata and controls

20 lines (15 loc) · 638 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator <= (MASM Run Time)
operator <= (MASM Run Time)
12/17/2019
operator <=
operator <=
<= operator, comparing specific objects
a5676804-07ef-40ab-8251-cde5b11ebdf9

operator <= (MASM Run Time)

Is less than or equal to. 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