-N: Display notify box

Group

Messages

Scope

Assembly Unit

Syntax
  -N
  
  
Arguments

None

Default

None

Description

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.

Example
  ASMOPTIONS=-N
  
  

If an error occurs during assembling, an alert dialog box will be opened.