Hi.. I have a problem with in-line assembly in uVision2. First I write #pragma src in the first line of code, then comes some C-code, and then I have a routine including #pragma asm NOP (here shoud come some assembler code) #pragma endasm After compiling uVision says FATAL ERROR L210, filename.obj not found. What can I do?