Which instruction is used to transfer the execution of program to the specified memory address if the flag is not set?
Which instruction is used to transfer the execution of program to the specified memory address if the flag is not set?
a. JP Address
b. JM Address
c. JNC Address
d. JC Address.
Correct Answer : c. JNC Address
Explanation :
If CY = 0 , transfer of executed program to the possible mentioned address is possible. But, if CY =1 , then transfer scheme is not applicable.