Skip to content

Commit 91e5c22

Browse files
authored
Add backticks in "EVEN and ALIGN Directives" topic
1 parent 21903da commit 91e5c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/assembler/inline/even-and-align-directives.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ms.date: "08/30/2018"
55
helpviewer_keywords: ["EVEN directive", "directives, MASM", "MASM (Microsoft Macro Assembler), directives", "NOP (no operation instruction)", "ALIGN directive"]
66
ms.assetid: 7357ab2d-4a5c-43ca-accb-a5f21cdfcde5
77
---
8-
# EVEN and ALIGN Directives
8+
# `EVEN` and `ALIGN` Directives
99

1010
**Microsoft Specific**
1111

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.
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.
1313

1414
**END Microsoft Specific**
1515

1616
## See also
1717

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

0 commit comments

Comments
 (0)