SPRUIY2 November 2024 F29H850TU , F29H859TU-Q1
The Pointer Addressing with #Immediate Increment/Decrement type allows indirect read or write access to any location in the 32-bit memory space with the pointer address from one of the addressing registers, A0 to A14. An immediate pre or post increment or decrement of the register is applied.
The increment offset size provided from the #Immediate value and is added to the base register using a full 32-bit unsigned ADD operation. If the value overflows, the value wraps around.
The decrement offset size provided from the #Immediate value and is added to the base register using a full 32-bit unsigned SUB operation. If the value underflows, the value wraps around.