Answer Posted / hashir
MOV:
This instruction copies the contents of the source
register into the destination register; the contents of
the source register are not altered. If one of the
operands is a memory location, its location is
specified by the contents of the HL registers.
Example: MOV B, C or MOV B, M
AND
MVI:
The 8-bit data is stored in the destination register or
memory. If the operand is a memory location, its
location is specified by the contents of the HL
registers.
Example: MVI B, 57H or MVI M, 57H
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the sign flag in 8085?
What is the distinguishing feature of db and ab?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
What is the main difference between 8085 and 8086 processors?
What does the eu do in the 8086?
What is the significance of the clk pin in the 8086?
What is the function of eu?
What is the significance of the control unit in the 8085?
Why was 8085 microprocessor introduced?
Given a circuit, draw its exact timing response?
What is the purpose of pipe lining in reference to 8086?
How subroutine can be called from the main program and how the program returns from the subroutine?
How clock signal is generated in 8086?
Give example for non-maskable interrupts?
List various types of interrupts available in 8051 microcontroller?