i was using the ins. sbit x=0xA4; i realise that 0xA4 is not a multiple of 8.please suggest me if there is a method to access the each bit of register with Base address 0xA4. will bdata work thanks
WHY?
for the predefined Registers P2^4 = 1;
if you have bdata char X;
X^2 = 1;
It is in the manual. Do not fight the compiler.