We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi I searched all over the keil software but never found how to access the assembly code of my project. The help itself tells that you can use #pragma SRC to instruct compiler to create an SRC file that contains all assembly codes of your project. This looks so intresting, But obviously, It seems that Keil won't let us know about translating C code to assembly! Anyhow, I searched all over the help, But did not find any way to place assembly code into my C function. I used to place a #asm instruction anywere in my functions in Codevision, but it doesn't work in keil. So any idea to mix assembly with C in keil Real View 3.0?
If using the IDE, why not just turn on the list files?