Hi I have the following code static bit cc_0 = 0; ...... if ((!CC_GDO_0 && cc_0) == 0) return 0;
cc_0 = 0, // here I have a , instead of ;
temp = SpiReadStatus(CCxxx0_MARCSTATE); ..... I am surprise that the compiler does not generate or warn me of the comma error?
I have version 87.08 of C51.
Onless the normal expressions has operations with side effects.
http://www.keil.com/forum/docs/thread6339.asp
http://www.keil.com/forum/docs/thread10451.asp
"I have version 87.08 of C51"
I'd better do an update.
There might be a few differences between this version and the lowly one I'm using ;)
Wow! Can I borrow your Time Machine...?