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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/10/03 15:20
Read: times


 
#43215 - RE: bin to hex and to asm????urgent
Responding to: ???'s previous message
"can hex changed to asm?"
Yes. With a disassembler. If the program isn't very small disassembling is a VERY difficult task and usually takes less time to rwrite the code by yourself.

"what is the different between the bin and hex,"
bin is the program data, hex is a file format so the data can be read and interpreted by eprom programmers and other devices

"why bin smaller than hex?is the bin is for differnet microcontroller?hex is for common 8051???"
bin is the data only. hex has headers, checksums. look at the SEARCH button and the look for hex format, there is a good documentation about this.


List of 10 messages in thread
TopicAuthorDate
bin to hex and to asm????urgent            01/01/70 00:00      
   RE: bin to hex and to asm????urgent            01/01/70 00:00      
      RE: bin to hex and to asm????urgent            01/01/70 00:00      
      RE: bin to hex and to asm????urgent            01/01/70 00:00      
         RE: bin to hex and to asm????urgent            01/01/70 00:00      
            RE: bin to hex and to asm????urgent            01/01/70 00:00      
               RE: bin to hex and to asm????urgent            01/01/70 00:00      
         Basic facts of life            01/01/70 00:00      
   RE: bin to hex and to asm????urgent            01/01/70 00:00      
      RE: bin to hex and to asm????urgent            01/01/70 00:00      

Back to Subject List