converting hex file to asm file

Thread Starter

edgehead

Joined Feb 15, 2007
6
Can somebody convert this hex file into asm file?

:020000040000FA
:10420000000000000C008000000000001800050005
:104210000200040057002D00300030003E00320044
:104220003400200050002D003000350040003200E6
:1042300068002000580020002000300030003A00C4
:10424000300030003F002D00530045005400200096
:104250002000200020002000500052004F004700A6
:1042600020002000200020004F00500045004E009C
:10427000200020003F002D0053004800550054004E
:00000001FF

thanks!!!
 

n9352527

Joined Oct 14, 2005
1,198
Not without knowing what the target processor is.

And you could do it yourself. Google the Intel Hex format, get the datasheet for the processor and just reverse engineer each location to the corresponding asm code.
 
Top