[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.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 don't specify the
message, it defaults to ".error directive invoked in source file"
.
See section Error and Warning Messages.
.error "This code has not been assembled and tested." |