how convert hex file to c or assembly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mostafalabib
    New Member
    • Apr 2010
    • 3

    how convert hex file to c or assembly

    i want program convert hexadecimal file to c language
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Are you looking for some kind of disassemlers?

    Regards
    Dheeraj Joshi

    Comment

    • mostafalabib
      New Member
      • Apr 2010
      • 3

      #3
      thanks Dheeraj Joshi for replay
      i have hexadecimal file for at89c55wd i want convert this file to c or assembly language
      u can help me
      thanks for u

      Comment

      • donbock
        Recognized Expert Top Contributor
        • Mar 2008
        • 2427

        #4
        Please provide more details about your "hexadecima l file". In general, you can't disassemble from only a snapshot of the data -- you need a program image file that provides address, data, and entry-point information. There are several standard program image file formats; do you have one of those?

        Comment

        • mostafalabib
          New Member
          • Apr 2010
          • 3

          #5
          my dear
          this file for chip at89c55wd have the program
          i want convert this file to c language to deal with it
          and
          i not have any program image file formats
          thanks for u

          Comment

          • newb16
            Contributor
            • Jul 2008
            • 687

            #6
            Intel hex format, probably? Look (google) for 8051 (as 89c55 is of 8051 family) disassemblers, there are some around the internets. As for conversion to C language.. I have a doubt, really.

            Comment

            Working...