??? 11/05/04 08:37 Read: times |
#80421 - RTFM Responding to: ???'s previous message |
Ashish Pradhan said:
try:
sbit button = P3^2; That would be Keil's syntax; this is a Keil-specific language extension. Richard Slaughter said:
I tried that, but now it's giving the following compile error: That'll be because it is not valid SDCC syntax. You must read the SDCC Manual to determine the appropriate SDCC syntax: http://www.8052.com/forum/read.phtml?id=80419 |