WHILE (MASM)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at WHILE (MASM).
Repeats assembly of block statements
as long as expression remains true.
Syntax
WHILE expression
statements
ENDM