Social Sciences, asked by parmjeetkaurgng4466, 1 year ago

Difference between direct and indirect addressing modes

Answers

Answered by Cmaparmar
1

Direct address is faster memory access.

Indirect address usually slower than direct addressing mode.

Answered by hotelcalifornia
1

Difference between direct and indirect addressing modes:

  • Addressing is a process which is used to operate an instruction.
  • The Direct Addressing method addresses the memory directly but the Indirect Addressing method addresses the registers first and then goes to the memory.
  • The Direct Addressing needs two memory locations in which operands will be stored in one location and the operator will be stored in the other and can be operated by addressing directly the locations.
  • The Indirect Addressing needs three memory locations in which operands will be stored in one and the operator in the other. The third location is in the register for addressing the operands in the memory.
  • By using this address in the register, it will operation will be done.
  • The direct Addressing access the memory faster whereas the indirect addressing mode access the memory slower.

Learn more about Addressing mode

Which addressing mode is necessary to implement pointers in a processor?

https://brainly.in/question/7704103

Describe how addressing mode can be used for reducing the memory access time in compiler design

https://brainly.in/question/9355298

Similar questions