Panasonic MN1030 User Manual

Page of 340
Chapter 17   Appendix
312  List of Command Options
17.2.1 List of Assembler Command Options
Assembler command general format
Below is the general format of the command to use when starting the assembler.
as103 [options]
source_filename
Contents of brackets [ ] may be omitted.
Output file options
o file_name
Specify the relocatable object file name to be output.
as103 -o/usr/obj/test.rf sample.asm
l
Output a list file
as103 -1 sample.asm
Li
Do not output files included by #include to the list file.
as103 -Li -l sample.asm
Lm
Do not output assembler source created by macro expansion using macro or irp to the list 
file.
as103 -Lm -l sample.asm
Ls
Do not output a symbol table to the list file.
as103 -Ls -l sample.asm
Lc
Do not output source statements that were not assembled due to unfulfilled conditions of 
conditional assembly to the list file.
as103 -Lc -l sample.asm
a map_file name
Read the map file to output a list file with resolved address.
as103 -l -a m103 sample.asm