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