Command: LOOPNE-Loop while not equal
Arguments: label: label that points to the beginning of the iteration
Usage: LOOPNE 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 LOOPNZ