1. In 8085 microprocessor system, what will be the total delay provided by the following loop.
MVI A, 11H
LXI B, 12FFH
Delay: DCX B
XTHL
NOP
XRA B
JNZ Delay where system clock is operating at 3 MHz.





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 02 Jun 2017 12.55 am
    8085 T-States

    MVI A, 11H 7

    LX1 B, 12FFH 10

    Delay: DCX B 6

    XTHL 16

    NOP 4

    XRA B 4

    JNZ Delay 10/7

    Total T states = 7 + 10 + 255(6 + 16 + 4 + 4 + 7) + 10 = 9462 Therefore total delay introduced = = 3.154 m sec.
Show Similar Question And Answers
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
QA->Electro magnetic spectrum between 30MHzand 300 MHz is called?....
QA->Frequency ranging from 300 MHZ to 3 GHz is called?....
QA->ആപ്പിളിന്റെ ഒരു Operating System: ....
QA->Starting up an operating system is called ?....
MCQ->In 8085 microprocessor system, what will be the total delay provided by the following loop.
MVI A, 11H
LXI B, 12FFH
Delay: DCX B
XTHL
NOP
XRA B
JNZ Delay where system clock is operating at 3 MHz.....
MCQ->Consider the program segment written for 8085 based system: LXI S, FFFFH MVI A, 00H MVI B, 0FH SUB B CNC GOLOC MVI A, FFH where in the program subroutine labelled ''GOLOC'' introduces delay of 28 T-states only. How many T-states are required to execute above program statement?....
MCQ->Consider the following program segment written for 8085 based system LXI SP, FFFFH
MVI A, FFH
MOV BB, A
K: DCR B
PUSH HL
JNZ K
INR A
LXI H, FFCEH
CPI 20H
LHLD The contents of accumulator is :....
MCQ->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.....
MCQ->Time delay produced by an instruction code given below using 2 MHz clock is: MVI A, FFH
LOOP: DCR A
JNZ Loop....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution