16.1.3 Options
The following options are supported.
Option | Function |
---|---|
object_file
-a | Sort the contents of the object file in
ascending address order. For a summary of the object file contents, add the
-v option (-va ). |
-u | Use upper-case hexadecimal digits. |
-v | Print a table of diagnostic information to standard output in the format shown in the example below. |
-va Option Output
writing hello.hex
section PC address byte address length (w/pad) actual length (dec)
------- ---------- ------------ -------------- --------------------
.reset 0x800000 0x800000 0x4 0x4 (4)
.text 0x800480 0x800480 0x640 0x640 (1600)
__ivt_0 0x800004 0x800004 0x47c 0x47c (1148)
.dinit 0x800ac0 0x800ac0 0xac 0xac (172)
.text 0x800b6c 0x800b6c 0x14 0x14 (20)
hello.s.scn1 0x800b80 0x800b80 0x10 0x10 (16)
Total program memory used (bytes): 0xb90 (2960)