Glatius
New Member
MOVF STORE1,STOREV
MOVF STOREV,W
XORLW 0X21 if same with w register Z=1
BTFSC STATUS,Z
CALL DIO ;DIO !
is this routine will trigger if register storev contain 0x21 to subroutine DIO,
Can anyone can tell me how to test an 8bit wide data USING PIC when btfss and btfsc are available
MOVF STOREV,W
XORLW 0X21 if same with w register Z=1
BTFSC STATUS,Z
CALL DIO ;DIO !
is this routine will trigger if register storev contain 0x21 to subroutine DIO,
Can anyone can tell me how to test an 8bit wide data USING PIC when btfss and btfsc are available