Does any one know how to return the memory location
(longword) to which a variable refers?

Since all variables are actually references to data in
memory they are actually longword pointers.

Also once this value is obtained how do you retrieve the
byte value at this location?