Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 451 Bytes

while-masm.md

File metadata and controls

21 lines (16 loc) · 451 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: WHILE
WHILE (MASM)
12/16/2019
WHILE directive
ff9d908e-7e7f-4983-9f6b-31ff51ef0fad

WHILE

Repeats assembly of block statements as long as constantExpression remains true.

Syntax

WHILE constantExpression
statements
ENDM

See also

Directives reference
MASM BNF Grammar