Difference Between MOV and MVI in 8085 Microprocessors

  • Thread starter Thread starter ranju
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
ranju
Messages
221
Reaction score
3
While making the program in 8085 , we use two types of instructions .. one is MOV & other is MVI.. but what's the difference between the 2..??
In both we are moving the data or memory to register or memory.>! what difference arises by adding "I"..??
 
Physics news on Phys.org
the mov transfers data from one register to another or one memory location to another or some variant thereof.

the mvi moves the constant listed in the instruction to a register or memory location.
 
  • Like
Likes   Reactions: ranju