| 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
(C) Copyright 1997 - 2008 by Vault Information Services LLC. All Rights Reserved.
Information provided "as-is" without warranty. Please see details.
Contact us for usage and copy permission.
|