We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
my program size is 14kb (pgm.uvproj) and size of hex file is 25kb. now my question is how these sizes are calulated?
Thanks in advance
Thanks Per for giving me reply..
I am not saying that there shuould be any relation in between size of hex file and program size.
"I just want to know that how these size is evaluated? both .. program size and hex file size"
it's normally evaluated by counting the number of bytes in the file.
The linker already knows...
The "size" of the .HEX file depends how the linker expresses the object records as lines of byte(s). The format of the hex records is well documented.
http://www.keil.com/support/docs/1584/ www.interlog.com/.../Hexfrmt.pdf