Command: JZ-Jump if Zero (ZF=1)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JZ label
Effects: If ZF is set, transfer control to label without recording return information, else continue with next operation.
Flags to be set: None