This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

accessing bit addressable memory

hi friend's i am new user to the keil c51 i want your help. my question is how to assess the bit addressable memory i have tried with follwing thing but it does not work
bdata unsigned char ibase;
sbit ON_DEG1 = 0x20^0;
asper the user manual but it gives error as the

error C142: 'SFR': invalid base address

plz help me

0