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
What is an interrupt service routine in microcontroller?
State an interrupt that is not level sensitive?
Give an example of a combined addressing mode instruction?
How to detect a sequence of "1101" arriving serially from a signal line?
What are the functions of general purpose registers?
Describe the aaa instruction with the help of an example?
What are the three main types of connection used by bluetooth?
What are the types of interrupts from type 0 to 4
What is the bus arbitration problem in the 8086 and how can it be resolved?
what are the advantages of modular proramming techniques
what is the difference between timer and counter of microcontroller?
What are the main differences between the 8085 and 8086 microprocessor?
Device density on a microprocessor/chip?
Explain about the classification of instruction operations
explain the trap input for the 8085.