Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
59
Добавлен:
14.04.2015
Размер:
2.03 Mб
Скачать

Keil Software — A51/AX51/A251 Macro Assembler and Utilities

383

 

 

Listing Library Contents

Use the LIST command to direct the LIBx51 library manager to generate a listing of the object modules that are stored in a library file. LIST may be specified on the command line or after the * prompt in interactive mode. This command has the following format:

 

 

10

LIST libfile TO listfile PUBLICS

 

where

 

 

libfile

is the library file from which a module list is generated.

 

listfile

is the file where listing information is written. If no

 

 

listfile is specified, the listing information is displayed on

 

 

the screen.

 

PUBLICS

specifies that public symbols are included in the listing.

 

 

Normally, only module names are listed.

 

Example:

LIB251 LIST NEW.LIB

* LIST NEW.LIB TO NEW.LST PUBLICS

The LIBx51 library manager produces a module listing that appears as follows:

LIBRARY: NEW.LIB PUTCHAR

_PUTCHAR PRINTF

?_PRINTF517?BYTE

?_SPRINTF517?BYTE ?_PRINTF?BYTE ?_SPRINTF?BYTE _PRINTF

_SPRINTF

_PRINTF517

_SPRINTF517 PUTS

_PUTS

In this example, PUTCHAR, PRINTF, and PUTS are module names. The names listed below each of these module names are public symbols found in each of the modules.

Соседние файлы в папке HLP