HEX TO ASM

Algorithm development and general DSP issues

Moderator: frank

Post Reply
danielgiani
Posts: 7
Joined: Mon Dec 09, 2013 4:03 am

HEX TO ASM

Post by danielgiani »

Hey Guys!

Does any of you know a way to decompile a hex program back to Spinasm?
I mean, to do the reverse way?

Cheers!
Hey Ho, Let's Go!
slacker
Posts: 116
Joined: Tue Feb 01, 2011 1:13 pm

Post by slacker »

Google "intel hex" and you'll find information on the format of the hex file, using that you can extract the data off each line. Then convert each line into binary. The Spin ASM manual shows you the format of the binary code created by each command so you can use that to convert it back into ASM.
igorp
Posts: 65
Joined: Tue May 19, 2015 6:10 am
Location: RU

Post by igorp »

http://s.shift-line.com/decompiler/

simple decompiler, seems, work fine.
Sandrine
Posts: 16
Joined: Thu Mar 12, 2015 10:19 am
Location: BC Canada
Contact:

Post by Sandrine »

Way to go Igor!
I was a bout to post that I've been using Flash to decode/decompile stuff
cheers!
Is there a latin word for "Stage Fright"?
Post Reply