Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/26/99 19:32
Read: times


 
#329 - RE: hex file
If you look at the format of a hex file, each line starts with the number of bytes that are in the line, with a maximum of 32 bytes, there is a blank : and then the address of the first instruction. The line finishes with a checksum.

VERY VERY Roughly, the number of lines x 32 is roughly the number of bytes of code. You should have a rough idea of how many one, two and three byte instructions you use in your code to weight the numbers.

For a very dirty answer, I just halve the number of bytes in the whole hx file. It isn't going to be an EPROM size wrong !

Steve

List of 4 messages in thread
TopicAuthorDate
hex file            01/01/70 00:00      
RE: hex file            01/01/70 00:00      
RE: hex file            01/01/70 00:00      
RE: hex file            01/01/70 00:00      

Back to Subject List