Can individual bits of a user declare variable be accessed just like using SBIT for Ports?.
Yes, as long as you declare the variable as bdata: unsigned char bdata var; sbit bit0=var^0; Stefan
Thanks for the help sir.