Some compilers use _asm(< string> ) to write inline assembly code in normal C source code: _asm(< nop> );
Rewrite this with asm or asm {}: asm nop;