Operation: |
JZ |
Function: |
Jump if Accumulator Zero |
Syntax: |
JNZ 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 JNZ instruction.
See Also:
JNZ, Instruction Set |