Everything
3.2.5 Total section size

When the -show=total_size option is specified, the total sizes of RAM, ROM, and program sections are output.

The output example of the total section size is shown below.

*** Total Section Size ***
 
RAMDATA SECTION:        00000660 Byte(s) (1)
ROMDATA SECTION:        00000174 Byte(s) (2)
PROGRAM SECTION:        000016d6 Byte(s) (3)

Number

Description

(1)

Total size of RAM data sections

The total size of RAM data sections is output.

This is expressed in a hexadecimal number.

(2)

Total size of ROM data sections

The total size of ROM data sections is output.

This is expressed in a hexadecimal number.

(3)

Total size of program sections

The total size of program sections is output.

This is expressed in a hexadecimal number.