I am currently converting a Softlogix program to run in a Control Logix platform. The problem I am having involves "double Indirect" addressing. i.e. N[N7:0]:[N7:1]
The "pointers" (in the original program) are derived using "CPT" instructions.
I have done some research on multi-dimensional...