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 0x14 0x14 (20)
TOTAL PROGRAM MEMORY USED (bytes): 0x14 (15)
Section Alignment Gaps Length (bytes) (dec)
------- -------------- --------------------
.data 0 0 (0)
.bss 0 0 (0)
__c30_info 0 0 (0)
__c30_signature 0 0x3 (3)
TOTAL DATA MEMORY USED (bytes): 0x3 (3)