Hi,
I have my application which is used to program pic16f84, my application modify the asm code with the adjusted parameters in the code,then when i want change the pic program, the application, create a file .asm with the changes, compile the file to .hex calling external program(this program make it and only show the screen ok compiled, thanks to Dennis) and in the next flat secuence call another program to programmer the hex on the pic, use this file .hex to write the pic when it has finished i put remove the all files used .asm and hex files, to protec my code to any guy could read and save this code, and i dont want that :).
Right now, you could save the code while the the application is program the pic...
I ask myselft which is the best way to protect it... maybe on hidden file or memory file and later delete all...
What do you think?? i would like any advise to try!!!.
Thanks, Fonsi.