hi guys! can you help me understand the zero flag in assembly?
example:
(Count = h '3')
movf Count, W
xorlw 3
btfss Status, 2
goto next
goto next1
How can i determine the zero flag sir if it is set or not? Sorry for the stupid question..its my first encounter with the zero flag.. thank you!!
example:
(Count = h '3')
movf Count, W
xorlw 3
btfss Status, 2
goto next
goto next1
How can i determine the zero flag sir if it is set or not? Sorry for the stupid question..its my first encounter with the zero flag.. thank you!!