5points
QS 1. Write the number of memory cycles required to execute the following 8085 instructions
(I) LDA 3000H (II) LXI D, F0F1H
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
LDA 3000H: 4-Machine Cycles (Opcode Fetch, Memory Read, Memory Read, Memory Read)
LXI D, F0F1H: 3- Machine Cycles(Opcode Fetch, Memory Read, Memory Read)