Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 524 Bytes

File metadata and controls

20 lines (15 loc) · 524 Bytes
description Learn more about: .BREAK (32-bit MASM)
title .BREAK
ms.date 11/05/2019
f1_keywords
.BREAK
helpviewer_keywords
.BREAK directive
ms.assetid 4f55dfce-ff41-4a68-9423-b0077dfc9206

.BREAK (32-bit MASM)

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

Syntax

.BREAK.IF condition

See also

Directives Reference
MASM BNF Grammar