Skip to content

Commit c523fce

Browse files
authored
Merge pull request #5676 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents a284c60 + 423b3a4 commit c523fce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/assembler/masm/microsoft-macro-assembler-reference.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ helpviewer_keywords: ["MASM (Microsoft Macro Assembler), reference", "MASM (Micr
66
---
77
# Microsoft Macro Assembler reference
88

9-
The Microsoft Macro Assembler (MASM) provides several advantages over inline assembly. MASM contains a macro language that has features such as looping, arithmetic, and text string processing. MASM gives you greater control over the hardware. By using MASM, you also can reduce time and memory overhead in your code.
9+
The Microsoft Macro Assembler (MASM) provides several advantages over inline assembly. MASM contains a macro language that has features such as looping, arithmetic, and string processing. MASM gives you greater control over the hardware. By using MASM, you also can reduce time and memory overhead in your code.
1010

1111
## In This Section
1212

13-
[ML and ML64 command-line option](ml-and-ml64-command-line-reference.md)\
13+
[ML and ML64 command-line options](ml-and-ml64-command-line-reference.md)\
1414
Describes the ML and ML64 command-line options.
1515

1616
[MASM for x64 (ml64.exe)](masm-for-x64-ml64-exe.md)\
@@ -34,8 +34,7 @@ Describes fatal and nonfatal error messages and warnings.
3434
[Processor Manufacturer Programming Manuals](processor-manufacturer-programming-manuals.md)\
3535
Provides links to programming information about processors not manufactured, sold, or supported by Microsoft.
3636

37-
[MASM BNF Grammar](masm-bnf-grammar.md)
38-
37+
[MASM BNF Grammar](masm-bnf-grammar.md)\
3938
Formal BNF description of MASM for x64.
4039

4140
## Related Sections

0 commit comments

Comments
 (0)