We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!