8051 INSTRUCTION SET ADDRESSING MODES
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In 8051 the instruction CJNE Stands for
|
Compare jump if not equal
|
|
Complement jump if not equal
|
|
Compare jump if equal
|
|
Complement jump if equal
|
Explanation:
Detailed explanation-1: -JC-Jump if Carry Set. JMP-Jump to Address. JNB-Jump if Bit Not Set. JNC-Jump if Carry Not Set. JNZ-Jump if Accumulator Not Zero.
Detailed explanation-2: -DJNZ decrements the location indicated by 1, and branches to the address indicated by the second operand if the resulting value is not zero. CJNE compares the magnitudes of the first two operands and branches if their values are not equal.
There is 1 question to complete.