Skip to content

Commit d15a34b

Browse files
authored
Simplify and add links in "EVEN and ALIGN Directives" topic
1 parent 91e5c22 commit d15a34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.assetid: 7357ab2d-4a5c-43ca-accb-a5f21cdfcde5
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`](../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.
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](using-assembly-language-in-asm-blocks.md)<br/>

0 commit comments

Comments
 (0)