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 I am using inline assebmly in my C program i have a global variable unsigned int length; I want to access this variable in my inline assembly routine using direct addressing. How can i find the memory location of this variable, so that i can access it. Thanx Faisal
Hi Mikhail Thanx for your help.It solved my problem. Regards Faisal