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.
I am new in Keil C. Just write a test app to mix C & Assembly. I wonder I can't use "ax" vaiable in assembly. How could I modify this?
void test(void) {
uint8 ax= 0x00;
#pragma asm MOV DPTR,#ax #pragma endasm
return; }
Thanks in advance