Quote Originally Posted by assouad View Post
I have lost my source code, is it possible to reconstruct a source code, in basic or C language, understandable from an Hex file?
I know that we could reconstruct it to assembly, but since there is an interrupt and goto function, it become hard to follow the program, If I want to modify any thing on it.
if any body could help, I would appreciate it.
thanks
Assouad
Yep, sure is, piece of cake. Just print out the disassembly and convert it over to PBP.