16.1.3 Options

The following options are supported.

Table 16-2. xc32-bin2hex Options
OptionFunction
object_file -aSort the contents of the object file in ascending address order. For a summary of the object file contents, add the -v option (-va).
-uUse upper-case hexadecimal digits.
-vPrint 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)