This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to interpret *.map File

Hello,
I want to know the size of the compiled functions.
In the map file I find this sorted by abs value :

GLOBAL SYMBOLS: SORTED BY Symbol Address

abs. value/
byte addr   word addr   name
---------   ---------   ----

000144d9                _fir_lib_block
000144db                _fir_c_fix
000145af                _fir_c_fix_opt
00014686                _fir_c_float

Is the byte size of _fir_c_fix = 0x145af - 0x144db = dec212 ?