Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 648 Bytes

File metadata and controls

32 lines (28 loc) · 648 Bytes
title WHILE (MASM) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
while
dev_langs
C++
helpviewer_keywords
WHILE directive
ms.assetid ff9d908e-7e7f-4983-9f6b-31ff51ef0fad
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen

WHILE (MASM)

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

Syntax

  
   WHILE expression  
statements  
ENDM  

See Also

Directives Reference