Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 893 Bytes

masm-expressions-in-inline-assembly.md

File metadata and controls

25 lines (23 loc) · 893 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
MASM Expressions in Inline Assembly | Microsoft Docs
11/04/2016
cpp-tools
article
C++
expressions [C++], MASM
expressions [C++], inline assembly
inline assembly, MASM expressions
MASM (Microsoft Macro Assembler), expressions
c80e89e6-1084-4654-bb14-68c5f6ef2840
8
corob-msft
corob
ghogen

MASM Expressions in Inline Assembly

Microsoft Specific

Inline assembly code can use any MASM expression, which is any combination of operands and operators that evaluates to a single value or address.

END Microsoft Specific

See Also

Using Assembly Language in __asm Blocks