Messages
Assembly Unit
-N
None
None
Makes the Assembler display an alert box if there was an error during assembling. This is useful when running a makefile (please see the manual about Build Tools) because the Assembler waits for the user to acknowledge the message, thus suspending makefile processing. (The 'N' stands for "Notify".)
This feature is useful for halting and aborting a build using the Make Utility.
ASMOPTIONS=-N
If an error occurs during assembling, an alert dialog box will be opened.