Jon,

>> I suggest you learn how to use LOCTR.

NO COMMENT

>> It's a much simpler method than using
=S(xxxx) and certainly more readable.

Simpler- maybe! more readable- judge it here:

................................................
My suggestion:

a SETC as intro

and  EX R2,=S(&PKA,QWORD,0(R10))

.................................................
or (more readable):

a CODE LOCTR and DEFS LOCTR as intro

and

    EX  R2,PKA_02
DEFS LOCTR
PKA_02   PKA QWORD,0(0,R10)
CODE LOCTR

plus the extra of inventing unique names

..................................................

I like the expression "in eyeball range" ;-)
--
Martin

Pi_cap_CPU - all you ever need around MWLC/SCRT/CMT in z/VSE
more at http://www.picapcpu.de

Reply via email to