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

Classify interrupts on the basis of signals.

559


How are time delays calculated in the 8085?

713


What is 8051 microcontroller ?

636


Why stack is used in program?

666


How much on chip ram is available?

906






What is 'daisy-chaining' in reference to the 8086?

743


Comment the size of stack?

587


Explain the 8051 microcontroller architecture?

670


Give here your suggestion about microprocessor 8085 and 8086. These 2 processors used in old time. I want to know its program execution time, memory space?

572


What all does a microprocessor comprise of?

604


How is the 8085 microprocessor different from the previous 8 series microprocessors?

696


Where can we find the sample assembly language programs?

612


What is single stepping and how can it be achieved on the 8086?

691


How many instruction bits does 8085 processor support?

609


What are different adder circuits you studied?

583