Hello,
I'm using a CRX and the built-in "Basic Pick and Place" instruction.
The instruction only allows P[i] or PR[i] and 'i' must be a number.
I would like to do something like this:
R[1] = 41
P[1] = PR[ R[1] ]
(setting P[1] equal to PR[41], spaces added here for clarity)
Then I'll tell the "Basis Pick and Place" instruction to use P[1]
However, I can't figure out how to use indirect addressing.
The "code" instruction tells me that P[1] = PR[ R[1] ] is invalid.
Can someone help me please?
Thanks