Technical Support
On-Line Manuals
8051 Instruction Set Manual
The JZ instruction transfers control to the specified address if the value in the accumulator is 0. Otherwise, the next instruction is executed. Neither the accumulator nor any flags are modified by this instruction.
See Also: JNZ
JZ PC = PC + 2 IF A = 0 PC = PC + offset
JZ LABEL