Operation: | JZ |
Function: | Jump if Accumulator Zero |
Syntax: | JZ reladdr |
Instructions | OpCode | Bytes | Cycles | Flags |
JZ reladdr | 0x60 | 2 | 2 | None |
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