MOV
The MOV instruction copies the data item referred to by its second operand (register contents, memory contents, or a constant value) into the location referred to by its first operand (a register or memory).
LDR
LDR copies the expression or label-expression referred in the second operand into the memory location referred by its first operand.
It can pass either a value or a memory address or a value indicated in memory address.
STR
Stores the value referred to the first operand onto the second operand’s memory location.
Give two limitations of using assembly language to code a program.