3.2.1.5 -ai

-ai displays information on each of the code and data sections. This information contains details on the size of each of the sections and then a total usage of program and data memory. The example below shows a listing where the -ai option was used.

Listing File Generated with -ai Command Line Option

SECTION INFORMATION:

Section        Length (PC units)   Length (bytes) (dec)
-------        -----------------   --------------------
.text                       0x16            0x21  (33)

TOTAL PROGRAM MEMORY USED (bytes):          0x21  (33)

Section                            Length (bytes) (dec)
-------                            --------------------
.data                                          0  (0)
.bss                                           0  (0)

   TOTAL DATA MEMORY USED (bytes):             0  (0)