In amode 31, the 'high-order' bit is always cleared by LA. You often see code where that is the only purpose of the instruction. He's correctly going amode 24, but if GET tries to access memory above the line, or return to an above the line caller, you get trouble. GET was changed a while back to allow amode 31 callers, he can probably just get rid of the logic to go amode 24.
In article <[EMAIL PROTECTED]> you wrote: > Just guessing: doesn't the LA of DOGETS set the high-order bit ? Thus, the > adressing mode will not be set to 24-bit... > Get a dump after this LA and look at the address in R8. If the high-order bit > is set, reset it (with a logical AND) to make sure you really get a > 24-bit-address. > Beate > > -----Original Message----- > > From: IBM Mainframe Discussion List > > [mailto:[EMAIL PROTECTED] On Behalf Of Jim McAlpine > > Sent: Monday, March 20, 2006 12:27 PM > > To: [email protected] > > Subject: Re: [IBM-MAIN] amode rmode problem > > > > Beate, psw as follows - > > > > EC PSW AT TIME OF ERROR 078D1000 00F0871E 00020011 00F08000 > > > > Jim McAlpine > > > > > > On 3/20/06, Beate Kawelke <[EMAIL PROTECTED]> wrote: > > > > > > Hi Jim, > > > > > > what does the PSW of the symptom dump say ? > > > > > > Beate > > > > > > > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access > > instructions, send email to [EMAIL PROTECTED] with the > > message: GET IBM-MAIN INFO Search the archives at > > http://bama.ua.edu/archives/ibm-main.html > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive [EMAIL PROTECTED] (919) 531-5637 Cary, NC 27513 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

