We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
#define MHI 1; unsigned char xdata TTT _at_ 0xff00; if((TTT&0x01)==MHI) { } Hi,All I have a C51 program show on upper. I found it show error message syntax error after build. Then I tried to change code if((TTT&0x01)==1). and build .The compiler is pass. Is it a compiler limit or my mistake. Thanks
http://www.8052.com/forum/read.phtml?id=29152