Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 551 Bytes

File metadata and controls

20 lines (15 loc) · 551 Bytes
description Learn more about: .CONTINUE (32-bit MASM)
title .CONTINUE
ms.date 11/05/2019
f1_keywords
.CONTINUE
helpviewer_keywords
.CONTINUE directive
ms.assetid 60a6e46d-49e6-4d65-97d0-cbe8c47b3fab

.CONTINUE (32-bit MASM)

Generates code to jump to the top of a .WHILE or .REPEAT block if condition is true. (32-bit MASM only.)

Syntax

.CONTINUE.IF condition

See also

Directives Reference
MASM BNF Grammar