Hello everyone:
I am having a difficulty understanding what the following assembly code does:
bsf TRISA ^ 0X80,0
I comprehend that bst TRISA, 0 is enabling port pin AO as an input, but what the effect of ^0X80 is not understandable to me. Can anyone of you sharp guys help me. Thank you in advance
I am having a difficulty understanding what the following assembly code does:
bsf TRISA ^ 0X80,0
I comprehend that bst TRISA, 0 is enabling port pin AO as an input, but what the effect of ^0X80 is not understandable to me. Can anyone of you sharp guys help me. Thank you in advance