Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 515 Bytes

dot-while.md

File metadata and controls

22 lines (17 loc) · 515 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .WHILE (32-bit MASM)
.WHILE
11/05/2019
.WHILE
.WHILE directive
7c5e78ae-1bfd-4dcf-aa4c-ba940bcf7793

.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

See also

Directives reference
MASM BNF Grammar