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.
Where can I find a list of predefined symbols for C51? I'm trying to write a set of portable library routines and I can't figure out how to tell that the file is being compiled by C51.. So I can do something like: #ifdef __keil_c51__ //keil specific routines #endif I'm using an old version of the compiler, v5.10. Thanks in advance.. Scott