JNZ


Operation:JNZ
Function:Jump if Accumulator Not Zero
Syntax:JNZ reladdr

InstructionsOpCodeBytesCyclesFlags
JNZ reladdr0x7022None


Description: JNZ will branch to the address indicated by reladdr if the Accumulator contains any value except 0. If the value of the Accumulator is zero program execution continues with the instruction following the JNZ instruction.



User Comments

No Posts found !

Login to Post a Comment.