MICROPROCESSOR AND MICROCONTROLLER

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
A
Jump if the bit is set then clear the bit
B
Jump if the bit is not set then clear the bit
C
Jump if the bit is set then complement the bit
D
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.