Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.07 KB

File metadata and controls

49 lines (35 loc) · 2.07 KB
title Using Assembly Language in __asm Blocks | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
assembly language [C++], features
assembly language [C++]
__asm keyword [C++], assembly language in
ms.assetid ad699356-1d16-4984-871f-c5fd7797c1fb
caps.latest.revision 8
author corob-msft
ms.author corob
manager ghogen

Using Assembly Language in __asm Blocks

Microsoft Specific

The inline assembler has much in common with other assemblers. For example, it accepts any expression that is legal in MASM. This section describes the use of assembly-language features in __asm blocks.

What do you want to know more about?

END Microsoft Specific

See Also

Inline Assembler