Both my estate and setrp are below the bar however I didn't notice any 
difference in the expansion  of the  setrp macro when processing a setrp for 
amode 31 bit and for amode 64 bit
Meaning when I had retaddr=(R4) in amode 31 the setrp code expanded to  a ST R4 
and the same when I had it RETRYAMODE=64 I was hoping to see STG R4 but the 
code still had ST R4


-----Original Message-----
From: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU> On Behalf 
Of Chuck
Sent: Tuesday, June 25, 2019 4:51 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: SETRP retry for 64 code

You can’t retry to rmode64 code. You have to have a stub code below the bar to 
retry to and have the stub enter your rmode64 code. 

Chuck Arney

> On Jun 25, 2019, at 3:16 PM, Joseph Reichman <reichman...@gmail.com> wrote:
> 
> Would any one know the parms on the SETRP when retrying 64 bit code It tred 
> 
> 
> 
> I tried   SETRP RC=4,RETADDR=(R4),RETREGS=64,DUMP=NO,RETRYAMODE=64 and I saw
> the same ST  R4 without the RETRYAMODE64 PARAMTER was hoping to see STG  
> 
> 
> 

Reply via email to