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 maximum memory addressable size by the 8086?

689


What is segment address in 8086?

569


What is meant by cross-compiler?

621


What are the two major differences between intr and other interrupts (hardware)?

1035


Name 5 different addressing modes?

624






What are the various interrupts in 8086?

613


Which interrupt is not level-sensitive in 8085?

641


How to control and timing circuitry of the 8085.

602


What is an interrupt service routine in microcontroller?

570


List out addressing modes in mcs-51?

696


With 12 mhz clock frequency how many instructions (of 1 machine cycle and 2 machine cycle) it can execute per second?

1530


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

759


What is 8251?

661


What is the difference between program memory and data memory?

720


Which interrupt in the 8086 has the highest priority?

676