Hi.
I install "Intel C++ Compiler v2.0.5 for Windows CE, Standart". Then I set mark "ToolsSelect compilerIntel C++ Compiler" in VisualStudio2005. Then I try to compile this code:
static void funct()
{
__asm mov r0, #0;
}
And get error C4235: nonstandard extension used : '__asm' keyword not supported on this architecture.
What's wrong?
How to use inline assembly
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.

