• unsigned long long undefined identifier.
    I m integrating TCP/IP stack and compiling it with C166 Kiel compiler. The TCP/IP stack is from microchip. I m getting the error "GENERICTYPEDEFS.H(144): error C27: illegal type specifier" line...
  • variables with type unsigned long problem
    Dear All: When I compile the the code with the statement: The type of short_idx is unsigned short. Row1= (short_idx * 64) >> 8 >>8; If the value of short_idx is 2048, the Row1 should...
  • unsigned long question
    Hello all, I guest this issue has something to do with integer promosion or something related but still I don't fully understand this: I have 2 unsigned long integers containing an equal value. However...
  • 64bit unsigned long?
    does c166 support 64-bit (double unsingned long) integers? Thank you ...Leo
  • strange behavior with unsigned long variables
    I'm using the cygnal F124 chip. now my program is 33K in size and my ram memory isa bout 7.2K. I use the uart0 to print some information and one LCD, last week my unsigned long variable changed without...