On 6/1/12 10:25 AM, "Scott Ford" <[email protected]> wrote:
> LR R12,R15 program addressability
> LA R12,2048(R11)
> LA R12,2048(R12)
> USING LOGEVX01,R11,R12 set base register
another possibility, lets you keep the base regs in "order" R11,R12:
LR R11,R15 program addressability
LA R12,2048(R11)
LA R12,2048(R12)
USING LOGEVX01,R11,R12 set base register
