Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 586 Bytes

operator-logical-not-masm-run-time.md

File metadata and controls

20 lines (15 loc) · 586 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator ! (MASM Run Time)
operator ! (MASM Run Time)
12/17/2019
operator !
operator !, syntax
! operator
e94f737a-8251-4a3d-95ec-e95c35689b37

operator ! (MASM Run Time)

Logical negation. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

Syntax

! expression

See also

Operators reference
MASM BNF Grammar