What is the difference between MOV and MVI?

Answer Posted / nairita

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
________________________________________________________

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 ?    39 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of Program Counter in a Micro - Processor?

573


Logic calculations are done in which type of registers?

907


Explain jnc.?

693


Define macros with the help of an example.

610


What is the software interrupts of 8085?

659






Explain the significance of signal?

586


What type of instruction is cpi ā€˜cā€™ and define the action it performs?

697


What is tri-state logic?

687


In the instruction FADD, What does F stands for

811


Explain an interrupt?

608


What are the conditions under which the eu enter into the wait mode?

695


What does 8088 microprocessor have?

638


What is 8051 microcontroller ?

630


Tell the addresses which are bit addressable?

634


Which 2 ports combine to form the 16 bit address for external memory access?

765