Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 551 Bytes

dot-continue.md

File metadata and controls

20 lines (15 loc) · 551 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .CONTINUE (32-bit MASM)
.CONTINUE
11/05/2019
.CONTINUE
.CONTINUE directive
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