edited by
37 views
0 votes
0 votes

An $8085$ microprocessor operating at $5 \; \mathrm{MHz}$ clock frequency executes the following routine.

$\begin{array}{lll} {\text{START:}} & \text{MOVE} & \text{A,B} \\ & \text{OUT} & \text{55H} \\ & \text{DCR} & \text{B} \\ & \text{STA} & \text{FFF8H} \\ & \text{JMP} & \text{START} \end{array}$

  1. Determine the total number of machine cycles required to execute this routine till the JMP instruction is executed for the first time.
  2. Determine the time interval between two consecutive $\overline{\mathrm{MEMW}}$ signals.
  3. If the external logic controls the READY line so that three WAIT states are introduced in the $I/O$ WRITE machine cycle, determine the time interval between two consecutive $\overline{\text{MEMW}}$ signals.
edited by

Please log in or register to answer this question.