retagged by
2,782 views

1 Answer

Best answer
4 votes
4 votes

LOAD is used to load data from memory to accumulator.

STORE is used to store the accumulator result in memory.

Both LOAD and STORE are 1-address instructions.

MOVE is used to move contents of a register to memory and vice versa or from one register to another

MOV is a 2-address instruction.

selected by

Related questions

0 votes
0 votes
2 answers
1