• How The sbit keyword works
    how can an sbit variable be assigned an address which is intrinsically assigned to something else. e.g will the following code work on an 8051? sfr SCON = 0x98; // declare SCON sbit SM0 = 0x9F;...
  • How The sbit keyword works
    how can an sbit variable be assigned an address which is intrinsically assigned to something else. e.g will the following code work on an 8051? sfr SCON = 0x98; // declare SCON sbit SM0 = 0x9F;...
  • sbit error
    Hello everyone I tried to write a C code using uvision but at the very beginning I got a problem with my declaration. I want to use sbit to address a single bit. My problem is that uvision...
  • Regarding sbit
    hi all, I had created some libraries. Those libraries require some pin definitions. My question is, how do I extern sbit ??? Plz Help...
  • sbit error
    Hello everyone I tried to write a C code using uvision but at the very beginning I got a problem with my declaration. I want to use sbit to address a single bit. My problem is that uvision...