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 ?