Hello. How can I check weight of compiled program. I mean by that - how many kilobytes will it take up in program memory? Is it equal to size of .out file? I'm using ezdsp 5505 and it has 512 kbit eeprom. Generally I'm using debugger instead downloading program to eeprom memory, but recently I've realized that .out files are bigger than capacity of that memory, even for really simple programs. However, using debugger, they all work fine. How is that possible?