Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Movlw 0x01 --> Will Move the value 0x01 to the Work register.
subwf VARIABLE, w --> Will Subtract the value of Variable(0x0f) with value in w. And value of w is greater than 0x0f then carry flag should be generated.
Bnc LessThan --> If carry flag has been generated then go to label LessThan...
goto GreaterThan --> If not then go to label GreaterThan...
So, yes It seem above code should work to fulfill your requirement...
Subtract W from literal
I imagine that as a moderator on the forum he probably has enough experience to be familiar with the destination bit
Sorry Ian, I didnt meant to learn you anything actually I was just making myself clear with your comment.......