Kit_P8048

Hi!

Bought a kit for programming PIC´s, like the 16f628.

My question is if i have the HEX file, read from the pic, can i have acess to the .asm file?

Because i made one .asm file, and i assemble it. Later i have problem with my pc, and lost all.

At the moment i have acess to the file that is inside tha PIC, but need to make some change. How can i have acess to the .asm to edit it and change?
Thanks im advance!!

If it is a small program, you could edit the HEX by yourself? There is no HEX to ASM converter that will do it automatically. Some tools however do exist for that but afterwards you get ASM code that needs VERY thorough fixing because the code contains lots of rubbish. So you will end up with the same time lost or even more.

No source code is ever stored in the PIC; your code is compiled into instructions and is then written to the PIC. If you lost the source code then there is not much hope…

If you have the HEX code available still, there are dis-assemblers available to help you regenerate your source code.

google.com/search?num=100&n … pPRTPawx10

I have tried a few of them but I don’t have any particular one to show you.

Cheers!!!

jer :slight_smile: