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 insert asm code in c file?

How to insert asm code in c file.
I don't want to generate asm file
and not to call asm function.

example :

void f1(void)
{
...
...
nop <----- put asm code here
...
}

how to write in Keil C compile ?