oops, my original reply only went to Scott, not the list...
------ Forwarded Message
From: Mark Vitale <mvit...@sinenomine.net>
Date: Fri, 01 Jun 2012 10:36:58 -0400
To: Scott Ford <scott_j_f...@yahoo.com>
Conversation: Base registers
Subject: Re: Base registers




On 6/1/12 10:25 AM, "Scott Ford" <scott_j_f...@yahoo.com> wrote:

> LOGEVX01 CSECT ,
> LOGEVX01 AMODE 31
> LOGEVX01 RMODE ANY
>          YREGS
>          SAVE  (14,12)
>          LR    R12,R15             program addressability
>          LA    R12,2048(R11)
>          LA    R12,2048(R12)
>          USING LOGEVX01,R11,R12       set base register
You are using R11 but you don't know its contents.

I think you meant:
           LR    R12,R15             program addressability
           LA    R11,2048(R12)
           LA    R11,2048(R11)
           USING LOGEVX01,R12,R11      set base register

Hope that helps,

Mark Vitale
mvit...@sinenomine.net


------ End of Forwarded Message

Reply via email to