< Assembler Command Options / Source Options >
[Format]
-define=<sub>[,...] 
        <sub>: <macro name> = <string> 
 | 
 
[Description]
-  | This option replaces the macro name with the specified string.  
(This provides the same function as writing the .DEFINE directive at the beginning of the source file.)  | 
 
[Remarks]
-  | .DEFINE takes priority over the define option if both are specified.  |