Question 1
5 Points
Write the number of memory cycles required to execute the following 8085 instructions
(I) LDA 3000H (II) LXI D, F0F1H
Question 2
5 Points
Create a program to read data from input port 00H and logically AND with FF H and display the result at the output port.
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)