We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
To declare the whole I/O port, I use sfr. To declare individual bits, I use sbit. How do I declare a variable that contains only a few bits like port0^0, port0^1, and port0^2. I want my variable to be 3 bit long...