Ad Code

Purpose of JNZ instruction?

Write down purpose of JNZ instruction?

The JNZ instruction is from the program control group and is a conditional jump, meaning that if the condition NZ is true (ZF=0) it will jump to the address mentioned and otherwise it will progress to the next instruction.

Reactions

Post a Comment

0 Comments