Author Topic: Computing  (Read 1994 times)

Offline Dasith

  • SF Senior Citizen
  • *****
  • Posts: 919
  • Reputation: 65535
  • Gender: Male
Computing
« on: April 29, 2011, 12:44:11 am »
What Does an Index register do in the processor, what exactly does it hold, & what is the function of it?

My text book dosn't  give anything about the index register, but i saw it in a past paper ,please help me by answering the question as soon as possible....
I would love to change the world, but they won't give me the source code. ;)

Offline rickyponting66

  • SF Immigrant
  • **
  • Posts: 87
  • Reputation: 181
  • Gender: Male
Re: Computing
« Reply #1 on: April 19, 2012, 08:23:31 pm »
I am new to computing, can I ask which text book you were consulting, I am having problems with computing.

Sorry for going off-topic on this thread.
I'm a Bee.. I'm a Bee!

Offline username

  • SF Geek
  • ****
  • Posts: 461
  • Reputation: 65535
  • Nobody is perfect.... I am Nobody.
Re: Computing
« Reply #2 on: April 20, 2012, 08:56:23 am »
An index register is a microprocessor register used for modifying operand addresses during the run of a program, typically for doing vector/array operations. Index registers are used for a special kind of indirect addressing where an immediate constant (i.e. which is part of the instruction itself) is added to the contents of the index register to form the address to the actual operand or data.

hope this helps :D
cheers m8