Hi,All I tried to using #pragma asm/#pragma endasm in my C program.Although reference the Keil's document.I still can't do the job. //----------------------- #pragma SRC //----------------------------- #pragma asm mov dptr,#0xf31b mov a,#0xff movx @dptr,a #pragma endasm //----------------------------- It show obj file not found. What can I do ? Thanks.
"What can I do ?" Read the Manual - The sections on ASM/ENDASM and SRC tell you what to do! Be sure to follow all the steps!