.error "string"
Similarly to .err
, this directive emits an error, but you can specify a string that will be emitted as the error message. If you dont specify the message, it defaults to ".error directive invoked in source file"
. See Error and Warning Messages.
.error "This code has not been assembled and tested."