Slide 19 of 97
Notes:
There are four steps to create a loop.
First, we add a branch instruction and a label. Then a loop counter is created with the proper value. Third an instruction is added to decrement the loop counter within the loop itself. The final step is to make the branch conditional based on the value in the loop counter.