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.
.ERR1/.ERR2
◄Directive Summary► ◄Summary►
──────────────────────────────────────────────────────────────────────────────
Syntax: .ERR1
.ERR2
.ERR1 generates a severe error message when assembled during pass 1.
.ERR2 generates a severe error message when assembled during pass 2.
Generally, these directives occur in a conditional-assembly block and
are used to indicate some error condition discovered at assembly time.
Unlike the .ERR directive, .ERR1 and .ERR2 conflict with the One-Pass
Assembly option.
See Also: .ERR, .ERRB, .ERRDEF, .ERRDIF, .ERRE, .ERRNZ
-♦-