
Originally Posted by
boroko
Thanks all for the replies.
The changes to the code that you guys mentioned are the reasonable way to do that if you first have the code to reassemble. Obviously, a HEX file is a complete picture of the program, minus the chosen substitute names for
variables and the like, but is there a legitimate way to reverse the process so that you could get into it and make the changes that you suggest? MPASM will only seem to work if you have the original. Probably for obvious reasons.
Bo
Hi,
You DO NOT need to re-assemble the code ... simply told, you just use an HEX editor to modify existing lines or add some ASSEMBLER lines past the ones existing.
In MPLAB, you can easily do it in the "Program window" ...
The ABSOLUTE MUST is just not to modify the existing lines numbering ...
I've done it mostly to change the menu language ( just changing letters HEX code ... ) or add some I/O functions ...
Once more : do not worry ! ... turning to 877A is really easy. - turning to 887 would, of course, be a little trickier ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks