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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/28/11 07:01
Read: times


 
#183093 - I need disassemble the hex code into asm file
Responding to: ???'s previous message
Maunik Choksi said:
Sometime in our work I need disassemble the hex code into asm file.

Why do you need to do that?

Now when I disassemble the file the disassembler convert the lookup table into instructions.

What else could it do?

How do you think the disassembler could tell if a byte is meant to be interpreted as an instruction, or as data?

I have to manually convert these instructions in lookup table.

You have to tell the disassembler what sections to interpret as code, and what as data.

RTFM:
The D52 Manual said:
The D52 disassembler allows the user to specify memory areas as code, binary data (8 or 16 bit), ascii text, address tables, or data that should be ignored (not disassembled). You may specify such areas in an ascii text file...

http://www.bipom.com/documents...troduction

It is up to You !

So can anybody help me to remove my manual practice in disassembling the file.

Keep the source files!

List of 4 messages in thread
TopicAuthorDate
8051 disassembler            01/01/70 00:00      
   I need disassemble the hex code into asm file            01/01/70 00:00      
      Source is king            01/01/70 00:00      
      Get Solution            01/01/70 00:00      

Back to Subject List