Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/14/00 21:49
Read: times


 
#7300 - RE: xdata question using Keil v6
Lee,
You have x in your function but haven't declared it. I assume its a typo and you mean s, your pointer.
If you are seeing "local variables" (data) used instead of xdata it may be because you did not declare your pointer as xdata.
Just for fun try:
long value(mystring xdata *s)
I always declare my pointers with what type of data (or code) they will point to.
Allen


List of 4 messages in thread
TopicAuthorDate
xdata question using Keil v6            01/01/70 00:00      
RE: xdata question using Keil v6            01/01/70 00:00      
RE: xdata question using Keil v6            01/01/70 00:00      
RE: xdata question using Keil v6            01/01/70 00:00      

Back to Subject List