Chapter 17 Appendix

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

 

 

Do not output assembler source created by macro expansion using macro or irp to the list

Lm

file.

 

as103 -Lm -l sample.asm

Ls

Do not output a symbol table to the list file.

as103 -Ls -l sample.asm

 

 

Do not output source statements that were not assembled due to unfulfilled conditions of

Lc

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

 

312 List of Command Options

Page 324
Image 324
Panasonic MN1030 user manual List of Assembler Command Options, Assembler command general format, Output file options