Chapter 5 Using Assembler

W number

Do not output warning messages of the specified number

Functional Description

This option suppresses output of warning messages generated during assembler operation. For a list of warning messages and their numbers, see Chapter 13 "Error Messages."

The assembler ignores specifications for warning numbers that do not have messages assigned to them.

Rules of Use

To specify the option, enter the hyphen (-) followed by the upper case letter 'W' and the number.

as103 -W 2001 sample.asm

Default Specification

The default is to display all warning messages.

Wall

Do not output any warning messages

Functional Description

This option suppresses output of all warning messages generated during assembler operation.

Rules of Use

To specify the option, enter the hyphen (-) followed by the letters 'Wall'.

as103 -Wall sample.asm

Default Specification

The default is to display all warning messages.

Command Options 75

Page 87
Image 87
Panasonic MN1030 user manual As103 -W 2001 sample.asm, Default is to display all warning messages, As103 -Wall sample.asm