• Problem with C166 6.02 and void*
    Hello All! I have a problem with my existing projects since upgrade from 5.04b to 6.02. With 5.04 all code samples below compile and work fine! The new compiler version is much more agressive with...
  • C166 Compiler bug - Anyone seen this before?
    Hi there, I have this odd issue. Seems to be a compiler bug. Create a new C166 ST10F276 project and put in this code and you will see it corrupt the user stack pointer! I know someone will say...
  • C166 BUG: V4.25 generates incorrect code
    To test the condition, I created new uVision project with default settings and compiled the following code: bit bit1, bit2 = 1; int i; __inline bit getbit(void) { return bit2; } void main(void)...
  • A bug in C166 v.4.27
    The C166 compiler generates incorrect code when using __inline functions with bit return type. Test source code: bit bitvar1 = 1; bit bitvar2; __inline bit test() { return bitvar1; } void main(...
  • void
    plz respond how to made the program for 89c51 for sms based home appliance control & plz do explain every line