Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: JZ

Operation:JZ
Function:Jump if Accumulator Zero
Syntax:JZ reladdr

InstructionsOpCodeBytesCyclesFlags
JZ reladdr0x6022None


Description: JZ branches to the address indicated by reladdr if the Accumulator contains the value 0. If the value of the Accumulator is non-zero program execution continues with the instruction following the JZ instruction.

See Also: JNZ, Instruction Set