Discussion :: Exam Questions Paper
-
An 8085 microprocessor is operating at 2 MHz frequency and executes the following program :
START : MOV A, B
OUT 55H
DCR B
STA 2700H
NOP
NOP
JMP START
Identify the total number of machine cycles required to execute the above program till the JMP instruction is executed for the first time.
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment