Chapter 5 Using Assembler

Ls

Do not output a symbol table to the list file

Functional Description

This directive suppresses output of a symbol table when the list file is output.

Rules of Use

This option is specified with the hyphen (-) option specification character, followed by the upper-case letter 'L' and lower-case letter 's'. The pair of characters of Ls are handled as a single option.

as103 -Ls -l sample.asm

NOTE:

This option is used in conjunction with the l option (lower-case 'l', list output

 

 

 

Default Specification

A symbol table will be output.

a map_filename

Read the map file to output a list file with resolved address

Functional Description

This option is used to generate a final list file with resolved addresses.

First you must have generated a map file (.map) by specifying the m option with the linker. Then using this map file, reassemble with the a option to generate the final list file.

Specifying the wrong map file or specifying the different option from the one assembled at first results in an error.

Rules of Use

This option is specified with the hyphen (-) option specification character, followed by the lower-case letter 'a', then followed by the map file name.

as103 -a sample.map -l sample.asm

NOTE:

When specifying the a option, always specify the l option to output a list file. No

 

 

list file will be generated if only the a option is specified. Specify a option and 1

 

 

option adding to the first assembled option for the final list file.

 

 

 

Default Specification

The assembler will not generate a final list file with addresses resolved by a map file.

Command Options 69

Page 81
Image 81
Panasonic MN1030 Do not output a symbol table to the list file, As103 -Ls -l sample.asm, Symbol table will be output