• problem with bdata of type char
    iam getting syntax errors whiel accessing bdata chat buff[10] i wrote the code as below to acces the array char bdata buff[10]; sbit mybit4; unsigned int i=0; for(i=0;i<=10;i++) { mybit4 ...
  • problem with bdata of type char
    iam getting syntax errors whiel accessing bdata chat buff[10] i wrote the code as below to acces the array char bdata buff[10]; sbit mybit4; unsigned int i=0; for(i=0;i<=10;i++) { mybit4 ...
  • Generalized approach for getting bits of varaibles declared As BDATA
    Hello all, I have been pondering upon getting each bit of a variable (e.g. declared as char) using a for loop char bdata Char1; bit y; for(x=0; x<7; x++) y = Char1^x; My question is ...
  • Generalized approach for getting bits of varaibles declared As BDATA
    Hello all, I have been pondering upon getting each bit of a variable (e.g. declared as char) using a for loop char bdata Char1; bit y; for(x=0; x<7; x++) y = Char1^x; My question is ...
  • Question with bdata declaration
    DATA 0020H 000BH BIT_ADDR ?BA?XXACT_H BIT 002BH.0 0000H.1 UNIT _BIT_GROUP_ 002BH.1 0000H.7 *** GAP *** IDATA 002CH 000FH UNIT ?ID?XXACT_H 003BH 002DH *** GAP *** So from what i know Bdata start...