Panasonic PanaXSeries MN1030 Series User Manual page 325

Panasonic microcomputer user's manual
Table of Contents

Advertisement

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
Specify the path name of the directory that contains files specified by include.
I path_name
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
Output debug information to the relocatable object file.
g
as103 -g sample.asm
Turn off optimization.
Od
as103 -Od sample.asm
Turn on optimization.
O
as103 -O sample.asm
Chapter 17 Appendix
List of Command Options 313

Advertisement

Table of Contents
loading

Table of Contents