Page 1 of 1

HEX TO ASM

Posted: Mon Dec 09, 2013 3:28 pm
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!

Posted: Wed Dec 11, 2013 11:45 am
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.

Posted: Thu Jun 04, 2015 1:23 pm
by igorp
http://s.shift-line.com/decompiler/

simple decompiler, seems, work fine.

Posted: Sat Jun 06, 2015 8:00 pm
by Sandrine
Way to go Igor!
I was a bout to post that I've been using Flash to decode/decompile stuff
cheers!