1.

Briefly Explain The Pointers And Index Group Of Registers.?

Answer»
  1. Stack pointer and base pointer are the TWO pointer REGISTERS whereas the Source index and DESTINATION index are the index group of registers.
  2. They are primarily used to store relative to segment registers the LOCATIONS of offset addresses of MEMORY locations. They serve the purpose of being memory pointers.
  3. The source index and destination index are also used as general purpose register. In such cases the SI and DI are implemented as source and destination index registers.
  4. In stacks, data areas might exist, to be able to access such data which contains the BP register.



Discussion

No Comment Found