.WHILE (32-bit MASM)
Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)
Syntax
.WHILE condition
statements
.ENDW
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)
.WHILE condition
statements
.ENDW