Chapter 17 Appendix

Error message options

Output error and warning messages in Japanese

j

as103 -j sample.asm

Output error and warning messages in Japanese using EUC encoding.

Je

as103 -Je sample.asm

Output error and warning messages in Japanese using Shift JIS encoding.

Js

as103 -Js sample.asm

Output error and warning messages in Japanese using JIS encoding.

Jj

as103 -Jj sample.asm

Output error and warning messages in English

e

as103 -e sample.asm

Do not output warning messages of the specified number.

W number

as103 -W 2016 sample.asm

Do not output any warning messages.

Wall

as103 -Wall sample.asm

Preprocessor options

I path_name

Specify the path name of the directory that contains files specified by include.

as103

-I

/usr/defs sample.asm

 

D identifier

Specify an identifier to be used by ifdef during conditional assembly.

 

as103

-D

VERSION sample.asm

Program generation options

g

Od

O

Output debug information to the relocatable object file.

as103 -g sample.asm

Turn off optimization.

as103 -Od sample.asm

Turn on optimization.

as103 -O sample.asm

List of Command Options 313

Page 325
Image 325
Panasonic MN1030 user manual Error message options, Preprocessor options, Program generation options