Tool/software: TI C/C++ Compiler
The .out file created using CCS was made convert to an assembly file using OFD Utility.
In the assembly file, I inserted the assembly code in the middle.
In this case, the branch may go wrong when encountering a hard-coded call instruction because the executable code is pushed back from the inserted part.
So what I'm curious about is how can I regenerate the .out file using the compiler of the assembly file or .out file where the code is inserted?
I think it will be used as the term binary patch.
I am trying to load the patched binary file onto my TI board.
Thanks, Regards
Han