I'm trying to expand my programming limits and I'm stuck on this ....
XORLW
I do know its an exclusive OR with a number 5 & the w reg, but what does it actually mean ?
The code I am trying to figure out is .......
movf counter,w
xorlw 5
btfss ststus,z
goto delay
XORLW
I do know its an exclusive OR with a number 5 & the w reg, but what does it actually mean ?
The code I am trying to figure out is .......
movf counter,w
xorlw 5
btfss ststus,z
goto delay