Assembler Options
Assembler Options
MCUez HC12 Assembler User’s Manual
MOTOROLA Assembler Options 105
5.4.20 -WmsgFiv -WmsgFim
-WmsgFi: Set message file format for interactive mode
Group: MESSAGE
Scope: Assembly unit
Syntax: -WmsgFi [v | m]
Arguments: v: Verbose format
m: Microsoft format
Default: -WmsgFiv
Description: If the assembler is started without additional arguments, the
assembler is in interactive mode (a window is visible). By
default,the assembler uses the verbose error file format to write
the assembler messages (errors, warnings, and information
messages). With this option, the default format may be
changed from the verbose format (with source, line, and
column information) to the Microsoft format (only line
information).
NOTE:
Using the Microsoft format speeds up assembly, since the assembler writes less
information to the screen.
Example:
var1: equ 5
var2: equ 5
if (var1=var2)
nop
endif
endif