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
You would think the good old operating system could help you - have you considered what magic the command line "copy" command is able to perform?
But why do you feel that you need to combine multiple .src files?
Thanks, Arthur.
However, what I really need is combine all the files with correct address (or sequence?), just like the "Deassembly" window shows. We can have the original C codes as well as the assembled ASM codes, and all the codes are placed as the real location in the flash memory. Not just copy one file and paste to another. I need it for simulating our developed 8051 MCU.
Hi Per, sorry for I wrote the wrong name.
View all questions in Keil forum