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.



User Comments

No Posts found !

Login to Post a Comment.