I'm trying to convert the hexadecimal value to a decimal value in my map file. For example, here is a snippet of the file
.bss 0xc g2.comms
.bss 0xc g2.comms
.bss 0xa g2.comms
.bss 0x14 g2.comms
.rodata 0x64 g2.comms
.rodata 0x1ac g2.comms
.rodata 0x270 g2.comms
.rodata 0x18 g2.comms
Is there a one line command that can convert the 2nd column from hexadecimal to decimal?