• __inline and change of sign warning
    Hi all, I would like to discover why the compiler issues warning #68 (integer conversion resulted in a change of sign) for the code below. It is issued only for -O3, "Optimize for Time" enabled and...
  • CACHED keyword
    hi, reading the documentation of cached vectors ( http://www.keil.com/support/man/docs/c166/c166_le_intcached.htm ) i discovered the keyword CACHED which is not listed in the list of keil keywords (...
  • EC++ and priority keyword incompatibility
    Hello, Is it normal that EC++ won't compile properly if a variable is called "priority" or "_priority"? Example: unsigned int priority = 1; unsigned int _priority = 1; Won't compile. I...
  • ARM Keywords
    Note: This was originally posted on 9th July 2013 at http://forums.arm.com Hi, I am new to the ARM world. In one of the sample program that , i found some architectural conditions as below.. #if (defined...
  • _at_ keyword
    Hi all, How to use _at_ keyword? The varaibles are declared in onchip EEPROM space. (T89C51RD2) Regards.