◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: .ERR1 [message] See also: IF1, .ERR, .ERRE, .ERRB, .ERRDEF, .ERRDIF Description: The .ERR1 directive is identical to the .ERR directive. Since MASM 6.1 is a single-pass assembler, this directive is supplied for compatibility with previous versions of the assembler. The .ERR2 directive is supported only when when MASM 5.10 compatibility is enabled with the /Zm option. If <message> is given, it will be displayed with the standard assembler error messages. The <message> is any text item. See: ◄textitem► -♦-