In module B, I populate a controlled array and base the address of it to a pointer. this ponter is then passed to the module A
In module A, I create another ctl array of same structure. I want to base the ptr received from module B from the second element of the array declared in module A.
How can I do this?
I tried addr function, but PL1 doesn't allow it to be used as a pseudo variable