What is the difference between MOV and MVI?

Answer Posted / nag

MOV instruction is used to transfer/copy the data between
registers
ex: MOV A, B

MVI Instruction is used copy the constant data/value to a
register
Ex: MVI R1, $12 (Micro dependent, this for 8086)

Is This Answer Correct ?    40 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the stack segment used for?

591


What is meant by cross-compiler?

620


what are the advantages of modular proramming techniques

560


Describe the jae instruction with the help of an example?

565


State the total number of pins in the 8085 microprocessor?

540






In 8085, power and frequency can be checked by connecting the wire with which pins?

681


Define the process of an interrupt operation in the 8086?

569


Can 8259 be interfaced with 8085 via the trap pin?

572


Intel 8051 follows which architecture?

660


What is stack pointer?

652


What jobs alu of 8085 can perform?

815


Give examples for maskable interrupts?

660


Define the types of bus used in the 8085?

565


In 8085 name the 16 bit registers?

758


State the differences between a procedure and a macro.

630