Skip to content

Commit fc1ac7b

Browse files
authored
Merge pull request MicrosoftDocs#5558 from Rageking8/update-even-and-align-directives-topic
Update "EVEN and ALIGN Directives" topic
2 parents 5110b0c + 6ac88d6 commit fc1ac7b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
description: "Learn more about: EVEN and ALIGN Directives"
32
title: "EVEN and ALIGN Directives"
4-
ms.date: "08/30/2018"
3+
description: "Learn more about: EVEN and ALIGN Directives"
4+
ms.date: 08/30/2018
55
helpviewer_keywords: ["EVEN directive", "directives, MASM", "MASM (Microsoft Macro Assembler), directives", "NOP (no operation instruction)", "ALIGN directive"]
6-
ms.assetid: 7357ab2d-4a5c-43ca-accb-a5f21cdfcde5
76
---
8-
# EVEN and ALIGN Directives
7+
# `EVEN` and `ALIGN` Directives
98

109
**Microsoft Specific**
1110

12-
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.
11+
Although the inline assembler doesn't support most MASM directives, it does support [`EVEN`](../masm/even.md) and [`ALIGN`](../masm/align-masm.md). 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.
1312

1413
**END Microsoft Specific**
1514

1615
## See also
1716

18-
[Using Assembly Language in __asm Blocks](../../assembler/inline/using-assembly-language-in-asm-blocks.md)<br/>
17+
[Using Assembly Language in `__asm` Blocks](using-assembly-language-in-asm-blocks.md)

0 commit comments

Comments
 (0)