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

Place assembly within C Code

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?

Parents Reply Children
No data