Next: , Previous: , Up: Pseudo Ops   [Contents][Index]


7.31 .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 Error and Warning Messages.

 .error "This code has not been assembled and tested."