EVEN and ALIGN Directives

 

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 EVEN and ALIGN Directives.

Microsoft Specific
Although the inline assembler doesn't support most MASM directives, it does support EVEN and ALIGN. These directives put NOP (no operation) instructions in the assembly code as needed to align labels to specific boundaries. This makes instruction-fetch operations more efficient for some processors.

END Microsoft Specific

See Also

Using Assembly Language in __asm Blocks