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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/09/01 06:18
Read: times


 
#13953 - RE: just a thought...
Hi Mark,

the following code works with the Keil C51

unsigned char xdata xcOUT[] _at_ 0x8000;

void main(void)
{
int Index;

while(1)
{
Index = 0x500;
xcOUT[Index] = 255;
}

}


Peter



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