Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 438 Bytes

A2061.md

File metadata and controls

15 lines (8 loc) · 438 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2061

[[[ELSE]]]IF2/.ERR2 not allowed : single-pass assembler

A directive for a two-pass assembler was found.

The Microsoft Macro Assembler (MASM) is a one-pass assembler. MASM does not accept the IF2, ELSEIF2, and .ERR2 directives. This error also occurs if an ELSE directive follows an IF1 directive.

* ML 6.0 compatible error

See Also

ASMC Error Messages