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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/25/02 06:48
Read: times


 
#19091 - use of xdat
hello
iam currently using demo version of tasking 8051 c compiler and facing following problem using keyword xdat

#include<stdio.h>
..
_xdat unsigned char buffer_at(0x2000);

main()
{
unsigned char p;

p=bufffer; /*reading data into ram*/
}
The problem is iam getting compilation error at xdat.please tell me the problem and solution...


List of 5 messages in thread
TopicAuthorDate
use of xdat            01/01/70 00:00      
RE: use of xdat            01/01/70 00:00      
RE: use of xdat            01/01/70 00:00      
RE: use of xdat            01/01/70 00:00      
RE: use of xdat            01/01/70 00:00      

Back to Subject List