Hello guys,
I am trying to figure out how to display the remaining number of repeats in a loop. let say in IF loop.
R[1]=100
LBL[1]
P[1]
P[2]
R[1]=R[1]-1
IF R[1]>0, JMP LBL[1]
Now i need to know out of 100 how many time its done or how many remaining during execution. Can somebody help me on that please.