EC > GATE 2015 SET-3 > Microprocessors
Which one of the following 8085 microprocessor programs correctly calculates the product of two 8-bit numbers stored in registers B and C?
A
MVI A, 00H
JNZ LOOP
CMP C
LOOP DCR B
HLT
B
MVI A, 00H
LOOP ADD C
DCR B
JNZ LOOP
HLT
C
MVI A, 00H
CMP C
LOOP DCR B
JNZ LOOP
HLT
D
MVI A, 00H
ADD C
JNZ LOOP
LOOP INR B
HLT

Correct : b

Similar Questions

In an 8085 microprocessor, the number of address lines required to access a 16 K byte memory bank is _________.
#303 Fill in the Blanks
For the 8085 microprocessor, the interfacing circuit to input 8-bit digital data (DI0 – DI7) from an external device is shown in the figure. The instruction for...
#1030 MCQ
Mr. X speaks _________ Japanese _________ Chinese.
#3 MCQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......