while Loops in Assembly
Loop shape: a back-edge (jmp .loop) plus a guarded exit
(cmp/jge). Spotting the back-edge = spotting the loop.
Loop shape: a back-edge (jmp .loop) plus a guarded exit
(cmp/jge). Spotting the back-edge = spotting the loop.