??? 01/20/10 08:50 Modified: 01/20/10 08:51 Read: times |
#172610 - Keil: Specifics and non-specifics Responding to: ???'s previous message |
Yash Chitalia said:
This code is not getting compiled in Keil. The error shown is 'missing ";" before "_at" ', which is probably due to the difference in the syntax of Keil and SDCC. Yes - this has already been explained: http://www.8052.com/forum/read/172589 http://www.8052.com/forum/read/172582 This is why it's so important for both you to clearly state what compiler you use, and people supplying "sample" code to state what compiler(s) it's intended for! For specific Keil details, you obviously need to study the Keil manuals: http://www.keil.com/support/man_c51.htm Keil's proprietary language extensions in C51 are all listed here: http://www.keil.com/support/m...nsions.htm 1) I searched for the right syntax for initializing the lookup in Keil but couldn't find it. That's because there isn't any - Keil (and SDCC) is perfectly standard in this respect! |