Explain Auto increment and Auto decrement mode
The register is incremented or decremented after (or before) its value is used to access memory. The address stored in the register refers to a label of data in memory, it is essential to increment or decrement the register after each access. This is achieved by using the increment or decrement instruction.