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 using keil and 8051 microcontroller. I want to convert a part of my code written in C into assembly. So for that I wanted to use a variable declared in C file in assembly file.How can I use? I have checked in keil manual also ,there they have given one example code ,in that they have used the variable declared in asm file but not in C. So now how can I do that?