4,410 views

3 Answers

Best answer
4 votes
4 votes
OPTION C IS CORRECT

http://marin.jb.free.fr/jumps/
selected by
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 votes
1 votes
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

3 votes
3 votes
2 answers
1
makhdoom ghaya asked Apr 27, 2016
3,598 views
In 8085 microprocessor, the ISR for handling trap interrupt is at which location?$3CH$$34H$$74H$$24H$
5 votes
5 votes
5 answers
2
makhdoom ghaya asked Apr 27, 2016
3,826 views
How many number of times the instruction sequence below will loop before coming out of the loop? MOV AL, 00H A1: INC AL JNZ A11255256Will not come out of t...
5 votes
5 votes
2 answers
3
3 votes
3 votes
1 answer
4
makhdoom ghaya asked Jun 5, 2016
6,286 views
The built-in base class in java, which is used to handle all exceptions isRaiseExceptionErrorThrowable