Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Generate Pass-Dependent Error
                                             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
                                    -♦-