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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/08/01 20:10
Read: times


 
#13941 - just a thought...
Hi,
Can anybody tell me why the following doesn't work:

xdata at 0x8000 unsigned char *xcOUT;

void main(void)
{
int Index;

while(1)
{
...
....

Index = 0x500;
*(xcOUT+Index) = 255; // not working

....
...
}

}

I thought that this would make life a lot easier, specially when addressing (no pun intended) different devices, etc. Now it's back to movx...



List of 3 messages in thread
TopicAuthorDate
just a thought...            01/01/70 00:00      
RE: just a thought...            01/01/70 00:00      
RE: just a thought...            01/01/70 00:00      

Back to Subject List