in CO and Architecture
4,427 views
2 votes
2 votes

In $8086$, the jump condition for the instruction $JNBE$ is?

  1. CF = 0 or ZF = 0
  2. ZF = 0 and SF = 1
  3. CF = 0 and ZF = 0
  4. CF = 0
in CO and Architecture
4.4k views

3 Answers

4 votes
4 votes
Best answer
OPTION C IS CORRECT

http://marin.jb.free.fr/jumps/
selected by
by

3 Comments

option a ,c both are same na
0
0
a is or

and

c is AND
2
2
yes sorry oversight
0
0
7 votes
7 votes

Answer C is correct 

JNBE means Jump When condition is Not below AND Not Zero

So,  Zero flag should be False = ZF=0

Carry flag should be False = CF =0

1 vote
1 vote
JNBE MEAN NEITHER BELOW NOR EQUAL

EQUAL CAN BE CHECK IF RESULT IS NOT ZERO SO ZERO FLAG MUST BE 0

AND FOR BELOW CARRY SHOULD BE ZERO

HENCE OPTION A
Answer:

Related questions