19 -wmsgfbv -wmsgfbm, Wmsgfbv -wmsgfbm – Motorola HC12 User Manual

Page 103

Advertising
background image

Assembler Options
Assembler Options

MCUez HC12 Assembler

User’s Manual

MOTOROLA

Assembler Options

103

5.4.19 -WmsgFbv -WmsgFbm

-WmsgFb:

Set message file format for batch mode

Group:

MESSAGE

Scope:

Assembly unit

Syntax:

-WmsgFb

[v | m]

Arguments:

v: Verbose format

m: Microsoft format

Default:

-WmsgFbm

Description:

The assembler can be started with additional arguments (for
example, files to be assembled together with assembler
options). If the assembler has been started with arguments (for
example, from the Make tool or with the

%f

argument from

WinEdit), the assembler assembles the files in batch mode. No
assembler window is visible, and the assembler terminates
after job completion.

If the assembler is in batch mode, assembler messages are
written to a file instead of to the screen. This file only contains
the assembler messages. By default, the assembler uses a
Microsoft message format to write the messages (errors,
warnings, and information messages).

With this option, the default format may be changed from the
Microsoft format (only line information) to a more verbose
format with line, column, and source information.

Example:

var1: equ 5

var2: equ 5

if (var1=var2)

nop

endif

endif

Advertising