Skip to content

Commit e99deab

Browse files
author
mikeblome
committed
bug fixes per Luis Sandoval
1 parent 24fa752 commit e99deab

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

docs/assembler/masm/catstr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Concatenates text items.
1515
1616
## Remarks
1717

18-
Each text item can be a literal string, a constant preceded by a **%**, or the string returned by a macro function.
18+
Each text item can be a literal string, a constant preceded by a **%**, or the string returned by a macro function. **CATSTR** is a synonym for [TEXTEQU](textequ.md).
1919

2020
## See also
2121

docs/assembler/masm/comm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Creates a communal variable with the attributes specified in *definition*.
1111

1212
## Syntax
1313

14-
> **COMM** *definition* [, *definition*] ...
14+
> **COMM** *definition* [[, *definition*]] ...
1515
1616
## Remarks
1717

docs/assembler/masm/dot-err2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.assetid: ea8e0f14-cbdd-4576-9268-846527c27870
1313

1414
> **.ERR2** [[*message*]]
1515
16+
## Remarks
17+
18+
For more information about 2-pass behavior in MASM 5.1 vs MASM 6.1, see [IF1 and IF2](if2.md).
19+
1620
## See also
1721

1822
[Directives Reference](../../assembler/masm/directives-reference.md)<br/>

docs/assembler/masm/dot-errdif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generates an error if the text items are different.
1111

1212
## Syntax
1313

14-
> **.ERRDIF**\[**I**] *textitem1*__,__ *textitem2* \[__,__ *message*]
14+
> **.ERRDIF**[[**I**]] *textitem1*__,__ *textitem2* [[__,__ *message*]]
1515
1616
## Remarks
1717

docs/assembler/masm/dot-erridn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generates an error if the text items are identical.
1111

1212
## Syntax
1313

14-
> **.ERRIDN**[[**I**]] *textitem1*__,__ *textitem2* \[__,__ *message*]
14+
> **.ERRIDN**[[**I**]] *textitem1*__,__ *textitem2* [[__,__ *message*]]
1515
1616
## Remarks
1717

docs/assembler/masm/elseif2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.assetid: 6e6a1020-1dc2-45a9-a42c-e08442fb4071
1313

1414
> **ELSEIF2**
1515
16+
## Remarks
17+
18+
For more information about 2-pass behavior in MASM 5.1 vs MASM 6.1, see [IF1 and IF2](if2.md).
19+
1620
## See also
1721

1822
[Directives Reference](../../assembler/masm/directives-reference.md)<br/>

0 commit comments

Comments
 (0)