03-27-2018 06:09 AM
Hi, I would like to ask you that I want to shift Var right or left (Var>>1) and move it to Port or check Pin of port every time, I wrote the instruction below but it doesn't work for me, for example PORTB, PIN3: PORTB|=((1<<3)&((Var>>1)&1)) can give me instruction actually work (on Multisim)? Thank you
03-28-2018 10:41 AM
What do you mean by "it doesn´t work for me"? What are you getting?