What are the index registers, and how to use them?

For example, if put values in E、F, like:MOV K8 E, then write MOV K100 D0E, D0E means D(0+8)=D8, D8 is K100. If users have to keep storing data, they can use this method to change registers to save.