operator >= (MASM runtime)
-
Članak
-
- 2 min. za čitanje
-
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