Help! I have lost my SXB source
jmbertoncelli@USA
Posts: 48
Hello,
I have lost one of my SX/B source and I would like to know if it is possible to extract at least the assembleur from the SX?
thanks a lot.
I have lost one of my SX/B source and I would like to know if it is possible to extract at least the assembleur from the SX?
thanks a lot.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Paul
Hello,
If you set the code protection bit when programming then it is gone. Otherwise you should at least be able to read out the binary image of your program.
With the binary image in hand you can try using a disassembler (or by hand if it is short) to get the assembly code. From there you may be able to match up sections of code with what SX/B generates which you may be able to match back to specific SX/B commands. As long as you wrote the original code that will help since you'll have an idea what was there.
Of course all comments, program labels, and variable names will be gone but it is better than nothing.
Robert