Microcontroller › 8051 › related I/O pins operations of 8051…….. › you can use either of the one
December 30, 2011 at 10:32 am
#6969
nikhiljain
Participant
you can use either of the one operation. If you are using SFR u are using the entire 8 bits as a byte. When you are using sbit u are using only the corresponding bit..
Using both for the same port in the program may produce logical error if not the syntax error..