• 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...
  • 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...
  • adding carry(cy) to an integer variable.
    i had a problem in adding the carry to the integer variable.i want to add carry to integer variable.if anyone knows please help me out.
  • adding carry(cy) to an integer variable.
    i had a problem in adding the carry to the integer variable.i want to add carry to integer variable.if anyone knows please help me out.
  • adding carry(cy) to an integer variable.
    i had a problem in adding the carry to the integer variable.i want to add carry to integer variable.if anyone knows please help me out.