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