Shop OBEX P1 Docs P2 Docs Learn Events
convert hex code back in to assembly. — Parallax Forums

convert hex code back in to assembly.

PyrotexPyrotex Posts: 5
edited 2008-12-05 22:13 in General Discussion
Does any have or know where I can get a app to convert hex code back to assembly?

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-12-05 22:13
    What you're asking about is called a disassembler. It won't help you very much though. Most of what makes a source program useful is the comments and the names for variables and instruction labels. None of that can be recreated from the hex code. Depending on the processor (if not an SX), there's no guarantee the output of a disassembler will be able to be assembled and run successfully.

    Here's a link for one disassembler for the SX: online.dip.jp/angelica/index_e.html

    Post Edited (Mike Green) : 12/5/2008 10:20:34 PM GMT
Sign In or Register to comment.