ASMC Nonfatal Error A2061

Asmc Macro Assembler

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