Skip to content

Minor fixes in MASM reference main page #5106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/assembler/masm/microsoft-macro-assembler-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ helpviewer_keywords: ["MASM (Microsoft Macro Assembler), reference", "MASM (Micr
---
# Microsoft Macro Assembler reference

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

## In This Section

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

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

[MASM BNF Grammar](masm-bnf-grammar.md)

[MASM BNF Grammar](masm-bnf-grammar.md)\
Formal BNF description of MASM for x64.

## Related Sections
Expand Down