sigh

been away from daily use of ASM.  brain is starting to rot.

which is bad as I am transitioning into doing CICS ASM.

IBM Mainframe Assembler List <[email protected]> wrote on
06/06/2012 01:15:54 PM:

> From: "Watkins, Douglas" <[email protected]>
> To: [email protected],
> Date: 06/06/2012 01:18 PM
> Subject: Re: Base registers
> Sent by: IBM Mainframe Assembler List <[email protected]>
>
> Length of second operand is in R2, ORed with that of the first operand,
> 7*16, when EX executes.
>
>
>
> http://www.compuware.com/
> The contents of this e-mail are intended for the named addressee
> only. It contains information that may be confidential. Unless you
> are the named addressee or an authorized designee, you may not copy
> or use it, or disclose it to anyone else. If you received it in
> error please notify us immediately and then destroy it.
>
> From: IBM Mainframe Assembler List
> [mailto:[email protected]] On Behalf Of Kirk Talman
> Sent: Wednesday, June 06, 2012 12:13 PM
> To: [email protected]
> Subject: Re: Base registers
>
> where is the length code for 0(r10) second operand?
>
>    EX  R2,=S(16*(7+16*(length_of_operand2-1)+&PACK,DWORD,0(R10))
>
> IBM Mainframe Assembler List <[email protected]> wrote on
> 06/06/2012 11:46:07 AM:
>
> > From: Martin Truebner <[email protected]>
> > To: [email protected],
> > Date: 06/06/2012 11:52 AM
> > Subject: Re: Base registers
> > Sent by: IBM Mainframe Assembler List
> <[email protected]>
> >
> > Douglas,
> >
> > how is this (until EXRL is legalised ;-)
> >
> >   EX  R2,=S(7*16+&PACK,DWORD,0(R10))
> >
> > And Yes- I am aware of problems in the literalpool having
> > different usings
> >
> > - (for Robin) and I have verified that R2 is between F and 0 and
> > that R10 is on the beginning of a string)
> > --
> > Martin
> >
> > Pi_cap_CPU - all you ever need around MWLC/SCRT/CMT in z/VSE
> > more at http://www.picapcpu.de
>
>
> -----------------------------------------
> The information contained in this communication (including any
> attachments hereto) is confidential and is intended solely for the
> personal and confidential use of the individual or entity to whom
> it is addressed. If the reader of this message is not the intended
> recipient or an agent responsible for delivering it to the intended
> recipient, you are hereby notified that you have received this
> communication in error and that any review, dissemination, copying,
> or unauthorized use of this information, or the taking of any
> action in reliance on the contents of this information is strictly
> prohibited. If you have received this communication in error,
> please notify us immediately by e-mail, and delete the original
> message. Thank you

Reply via email to