>And only if the target is relatively addressable. I.e. In the same section >or object.
>sas (phone) >>On Apr 5, 2013 7:21 PM, "John Ehrman" <[email protected]> wrote: >> You can use LARL to replace LA only if the target is at an even address. >> John Ehrman This may not be relevant to the original question, but you CAN declare an external symbol in the operand field of a relative-immediate instruction. The object module encodes the "relative-adcon" type and the binder resolves the external reference (again assuming the target is at an even address). John Ehrman
