• Cx51 Predefined Symbol?
    Hello. Does Cx51 have a predefined symbol like C51's __C51__? I tried __CX51__ and __Cx51__ to no avail, and __C51__ isn't defined either. Thanks,
  • Predefined symbols are not defined.
    I am trying to use predefined symbols such as __OPTIMISE_LEVEL, __TARGET_ARCH_ARM, __TARGET_ARCH_THUMB on the evaluation version of the MDK and I find that they are not defined. I tried to list all the...
  • Predefined Macro
    Hi Can i change the Macro __DATE2__ to show the date as (yy-mm-dd)? /Ingo
  • Predefined Macro __DATE2__
    Hello! Today I tried the predefined macros __DATE__ and __TIME__ with no problems. If I change __DATE__ to __DATE2__ the compiler (V6.09a) reports "undefined itentifier". Do you get the same result...
  • Predefined SFR Confusion And Reserved Words
    Hi, I've more or less just started using the Keil 6.10a C51 kit and am getting confused slightly with the predefined SFR's. I have some assembler code here which I need to modify, but the preprocessor...