5.10.2 Err Directive
The .err
directive prints an error message. Unless the
-Z
option was used, the error will stop the assembly
process and an object file will not be generated. Typically, this directive is used to
signal an error in conditionally compiled code.