Mnemonics Operand T Cycle
e)
Calculate the time
delay for the 8085
based Microcomputer
with 2 MHz clock
frequency label
MVI
D,FDH
7
LOOP
DCR
D
4
JNZ
LOOP
10/7
Answers
Answered by
1
Answer:gdjkhfgkhdkgdfgdhkdghdkhghskjhf
Answered by
0
Answer:
if the 8085 MPU is working on 6MHz clock frequency, then the internal clock frequency is 3MHz. So from that we can easily determine that each clock period is 1/3 of a microsecond.
...
Generation of time delay in 8085.
Program Time (T-States)
LXI B,FFFFH LOOP: DCX B MOV A,B ORA C JNZ LOOP RET 10 6 4 4 10 (For Jump), 7(Skip) 10
Similar questions