• BUG with bits in integer variable
    There is a BUG in the compilation of a bit definition: unsigned int bdata my_int; sbit bit15 = my_int ^ 15; sbit bit7 = my_int ^ 7; void main() { my_int = 0x8000; if(bit15) { // Here we shall...
  • 64 Bits integer numbers
    How can we manage a 64 bits integer number to convert it to ASCCII value for LCD display. Does SPRINTF work with 'double' data type reguards.
  • 64 bit integers
    Has anyone run across a simple 64 bit math library for a c166? I need an Add(32 to 64), Shife_Right, and a Negate() funtion. Thanks
  • 32-bit integer routine reentrancy
    Are the 32-bit integer operation routines such as LMUL, LSHL, SHSHR etc. reentrant?
  • ARMCC and 64-bit unsigned integers...?
    There's a knowledgebase article that was last reviewed on June 7, 2005 that says the CARM compiler does not support 64-bit unsigned integers. I'm using the ARMCC compiler (from the RealView MDK-ARM toolchain...