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

sfr P1 = 0x90; /* SFR for P1 */

i was download the code from internet

the program is start with these lines
--------------------------------

sfr P1 = 0x90; /* SFR for P1 */

sbit P1_0 = P1^0; /* SFR for P1.0 */
sbit P1_1 = P1^1; /* SFR for P1.1 */

--------------------------------

what is the function of this code

Parents Reply Children
No data