Command: JECXZ-Jump if CX Zero
Arguments: label: label pointing to the destination in the instruction stream
Usage: JECXZ label
Effects: If the resgister CX is zero transfer control to label without recording return information, else continue with next operation.
Flags to be set: none
Misc: same as JCXZ