for zero flag jz jump on zero and jnz


For  Zero  Flag

JZ ( Jump on Zero) and JNZ ( jump on no zero ) Instruction

JZ  transfer  the  execution of the program to the  speciffed address if zero  flag is set (Z= 1).  The instruction  format is

                                      JZ 16 - bit  memory address

JNZ transfer the execution of the program to the  specified  memory  address if  zero flag  is not set  or reset(Z= o) the  instruction format is

                               JCZ 16 bit  memory  address

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: for zero flag jz jump on zero and jnz
Reference No:- TGS0262502

Expected delivery within 24 Hours