Using Assembly Language in __asm Blocks

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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