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
What are the different flags included in the alu?
What is fetch and execute cycle?
Which type of JMP instruction assembles if the distance is 0020h bytes
Why address bus is unidirectional and data bus is bidirectional?
What type of memory is the stack?
Explain what is the main difference between 8085 and 8086 processors?
What is stack pointer?
What is the purpose of a buffer register in reference to 8085?
What is sim and rim instructions?
What are the four distinct types of memory in 8051?
What is the logical difference between move a to b and compute b = a?
what is program counter?
Can port 0 be used as input output port?
Explain an interrupt?
What location code memory space and data memory space begins?