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

assembly in c source code

I would like to know if the following syntax is possible:-

c source code.....
........
#pragma asm
assembly code .....
......
.....
#pragma endasm

c source code...
....

if this is not possible then what could be the other format to solve this.

0