operator < (MASM Run Time)
The latest version of this topic can be found at operator < (MASM Run Time).
Is less than. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.
Syntax
expression1 < expression2