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 ?

Parents Reply Children
No data
More questions in this forum