??? 02/19/08 03:50 Read: times |
#151097 - perfect! Responding to: ???'s previous message |
Thank you so much for that clear explanation! Just to make sure I understand this, if I needed to set bits 4 and 5 of the CFG831 SFR to zero, I would use the following:
ANL CFG831,#0CFh And, if I wanted to set bits 7 and 6 of the CFG831 SFR to 1, I would use the following: ORL CFG831,#0C0h Is that correct? Thank you all again very much! Brian |