for carry flag jc jump on carry and jnc


For carry Flag

JC (  jump on  Carry ) and JNC (Jump  on No carry ) Instructions :

JC transfer the  execution of the  program to the  specified memory  address if  carry flag  is set ( CY - 1). The  instruction format is

                                                JC 16 - bit  memory address

JNC  transfer the execution of the  program  to the  specified  address if  carry flag is not  set or  reset ( CY = 0). The  instruction  format is

                                           JNC 16 bit  memory address

 

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: for carry flag jc jump on carry and jnc
Reference No:- TGS0412035

Expected delivery within 24 Hours