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.
0 Comments
Please add nice comments or answer ....