8051 INSTRUCTION SET ADDRESSING MODES
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The branching instruction in 8051 “JBC” stands for
|
Jump if the bit is set then clear the bit
|
|
Jump if the bit is not set then clear the bit
|
|
Jump if the bit is set then complement the bit
|
|
Jump if the bit is not set then complement the bit
|
Explanation:
Detailed explanation-1: -Jump instructions in 8051. Normally the processor executes the program in a sequential manner, due to continuous increment of PC ( program counter ). Jump instructions in 8051 that jumps to another part of the program by violating sequential execution. Eg: ‘for’ loop in other programming languages.
There is 1 question to complete.