edited by
731 views
0 votes
0 votes
Consider the following set of instructions executed by 8085 microprocessor
MOV H,20
MOV L,10
MOV E,00
XCHG
After the execution, the contents of E register will be ______________ (integer value only).
edited by

1 Answer

Best answer
1 votes
1 votes

XCHG: - Exchange H and L with D and E. The contents of register H are exchanged with the contents of register D, and the contents of register L are exchanged with the contents of register E.

therefore, E contains 10

selected by

Related questions

1 votes
1 votes
1 answer
3
jatin khachane 1 asked Jan 26, 2019
420 views
Consider the unpipelined machine with $10$ nanoseconds clock cycles. It uses four cycles for ALU operations and branch whereas 5 cycles for memory operation. Assume that ...