I get the point of MOV, STA and LDA instructions, but what I don't understand is why are there three different instructions for two different processes?
STAis for copying data from accumulator to memory location,LDAis for copying data from memory location to accumulator andMOVis for copying data between registers plus registers and memory.
So, what I can do with STA and LDA instructions can be done with MOV instruction too, right?