Hello fellow assembly programmers, i am here seeking some help on clarifying a topic that I've read about in "Professional Assembly Language".

The author explains the differences in forward and backward loop statements, but i cant picture the two different loops in my head....

All i am looking for is an example of both kinds with some tips on how to distinguish between the two. i understand why the backward loops are beneficial to the processor but cant picture the two different kinds of loops in my head.


P.S thanks in advance for clarifying this.