124k views
2 votes
How operands are fetched from or stored into memory using different ways?

1 Answer

5 votes
The operand is part of the instruction and is fetched from code memory following the instruction opcode.
The value is stored in memory, and the specific address is held in a register.

User Idupree
by
8.4k points