This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to combine .SRC files?

Hi,
As we know the Keil C can generate the .SRC file for each .C file in a project, but without combining them. I need to combine all the .SRC files into one, just like what we saw in the "Deassembly" window while we are executing debugging. Anyone can help on this?

Thanks!!

John

Parents
  • Sorry for my fault, what I am doing is copying "disassembly" not "deassembly".
    Copying the entire content of the "disassembly" window requires scroll down the cursor and select all the lines, since there is not a "select all" option. Since I am lazy, I fell it's inconvenient :)
    If "copy" is the only way to do what I want, it's ok for me. Thanks for your help!!

Reply
  • Sorry for my fault, what I am doing is copying "disassembly" not "deassembly".
    Copying the entire content of the "disassembly" window requires scroll down the cursor and select all the lines, since there is not a "select all" option. Since I am lazy, I fell it's inconvenient :)
    If "copy" is the only way to do what I want, it's ok for me. Thanks for your help!!

Children