Re: Load module

2017-11-14 Thread Richard Rogers
Search the load list looking for a hit on name load entry address? -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of sudershan ravi Sent: Tuesday, November 14, 2017 09:32 To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Load module

Re: The Pointlessness of handwriting "efficient" code (was One Byte MVC Versus IC/STC)

2017-10-16 Thread Richard Rogers
The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only): Don't do it yet. When developing or evaluating systems, you have three choices, fast, cheap and good; choose two. -Original Message- From: IBM Mainframe Assembler List [mailto

Re: converting character to packed

2016-10-13 Thread Richard Rogers
Just a stab, FWIW * R8 ==> INCOMING FIELD * R9 = INCOMING FIELD LENGTH * R10 ==> PL8 PACKED DECIMAL RESULT *R11 = WORK - DIGIT COUNT *R12 ==> CL16 - WORK - SAVE DIGITS INCMPACK DS0H INCOMING PACK SRR11,R11 DIGIT COUNT LAR12,