• 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...
  • about the sbit
    Hi, Why I cannot use P1^1 directly in source code if i didn't use sbit definition in Keil_C51? Another thing is, how to implement the following function about the "dynamic bit" in Keil_c51 V6.02...
  • Sbit and Extern on big project
    I have read http://www.keil.com/forum/1854/how-to-use-extern-sbit-declare/ My problem is same. Using "extern sbit" works as mentioned in above post for small project. My project has more then...
  • 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;...