Current behavior and impact:
When running an arithmetic instruction with an addressing mode of post-increment or pre-decrement, the affected instructions are incremented/decremented twice.
Steps to reproduce:
Execute an arithmetic instruction with a field containing a pre-decrement or post-increment address mode.
Observe the changes in the instructions being addressed.
Expected behavior:
The increments/decrements are only done once.
Current behavior and impact: When running an arithmetic instruction with an addressing mode of post-increment or pre-decrement, the affected instructions are incremented/decremented twice.
Steps to reproduce:
Expected behavior: The increments/decrements are only done once.
Acceptance Criteria: