• 64bit unsigned long?
    does c166 support 64-bit (double unsingned long) integers? Thank you ...Leo
  • 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
  • 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...
  • problems with unsigned long
    Hi, I'm having a problem using unsigned long. Im using the LARGE memory model. unsigned long largeWait; largeWait = 10000; while(largeWait--); when I run this on my chip I never exit the...