Command: LOOPNZ-Loop while not zero
Arguments: label: label that points to the beginning of the iteration
Usage: LOOPNZ label
Effects: Decrements CX (not modifying any flags) and jumps to label if CX is not zero and zero flag is clear
Flags to be set: none
Misc: same as LOOPNE