Skip to content

Tweak EVEN MASM reference #5559

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions docs/assembler/masm/even.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
description: "Learn more about: EVEN"
title: "EVEN"
ms.date: "12/17/2019"
description: "Learn more about: EVEN"
ms.date: 12/17/2019
f1_keywords: ["EVEN"]
helpviewer_keywords: ["EVEN directive"]
ms.assetid: 68938ba4-8cb9-44d4-914e-9f9fee6bcbf4
---
# EVEN
# `EVEN`

Aligns the next variable or instruction on an even byte.

Expand All @@ -16,5 +15,6 @@ Aligns the next variable or instruction on an even byte.

## See also

[`ALIGN`](align-masm.md)\
[Directives reference](directives-reference.md)\
[MASM BNF Grammar](masm-bnf-grammar.md)