This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Accessing C variables in assembly

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

0