MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If the contents of the accumulator are 0 which branches could be taken?
A
BRA
B
BRZ
C
BRP
D
None of the above
Explanation: 

Detailed explanation-1: -BRANCH IF ZERO OR POSITIVE mnemonic-BRP.

Detailed explanation-2: -BRP is ‘Branch is Positive’. If the result of Number1-Number2 is positive then the program will jump to line 11. You can write any value instead of ‘loop’, such as ‘jump’ or ‘break’. If the result is not positive it will continue to the next line.

There is 1 question to complete.