What is the difference between MOV and MVI?

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


Please Help Members By Posting Answers For Below Questions

Explain what type of architecture is used in 8085 microprocessor?

529


What is the position of the stack pointer after the pop instruction?

607


Define edge or level sensitive interrupts?

668


What is an interrupt service routine in microcontroller?

568


What are the different types of instructions responsible for data transfer instructions.

516






Why subroutine used in programs?

698


How many interrupts are there in 8085?

602


List some features of 8051 microcontroller.

606


State the number and type of registers in the 8086?

528


What are flag registers?

594


What is the maximum clock frequency used by the 8085 microprocessor?

649


Name 5 different addressing modes?

623


Where the data is transferred in a DMA write operation?

708


How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?

936


How do vectored and non-vectored interrupts differ?

587