Chapter 17 Appendix
List of Command Options 313
Error message optionsPreprocessor optionsProgram generation options
jOutput error and warning messages in Japanese
as103 -j sample.asm
Je Output error and warning messages in Japanese using EUC encoding.
as103 -Je sample.asm
Js Output error and warning messages in Japanese using Shift JIS encoding.
as103 -Js sample.asm
Jj Output error and warning messages in Japanese using JIS encoding.
as103 -Jj sample.asm
eOutput error and warning messages in English
as103 -e sample.asm
W number Do not output warning messages of the specified number.
as103 -W 2016 sample.asm
Wall Do not output any warning messages.
as103 -Wall sample.asm
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
gOutput debug information to the relocatable object file.
as103 -g sample.asm
Od Turn off optimization.
as103 -Od sample.asm
OTurn on optimization.
as103 -O sample.asm