Re: ZAP to expand remainder

2022-01-28 Thread Frank M. Ramaekers
Ahhh...good catch. Yes this will work with a length specified for the second operand. Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Gary Weinhold Sent: Thursday, January 27, 2022 9:38 AM

Re: ZAP to expand remainder

2022-01-27 Thread Frank M. Ramaekers
I simply moved null bytes to overlay the result (I could have XC them as well). DPWKPACK,KDAYSQC … MVC WKPACK(L'WKPACK-L'KDAYSQC),KNULL Expand remainder to DW … KNULL DC 8X’00’ Frank M. Ramaekers Jr. -Original Message- From: robi

ZAP to expand remainder

2022-01-26 Thread Frank M. Ramaekers
Will this instruction work? ZAP WKPACK,WKPACK+(L'WKPACK-L'KDAYSQC) Expand remainder In other words, can one expand the remainder from a DP instruction to the entire field? Frank Ramaekers Jr. | Systems Senior Administrator | CIS Mainframe Services Unisys | O-(512) 387-3949 |

Re: Basic question on Procesors/Instruction set [EXTERNAL EMAIL]

2019-03-20 Thread Frank M. Ramaekers
Bit positions 32-55 of general register 0 are reserved for possible future extensions and must contain all zeros; otherwise, a specification exception is recognized. Yeah, missed that part. THANKS! Frank M. Ramaekers Jr. Unisys | Mainframe Systems Analyst I -Original Message- From

Basic question on Procesors/Instruction set

2019-03-20 Thread Frank M. Ramaekers
Where does one find a table of instructions a particular processor is capable of? (I have a zBC12 and get a SPEC EXCEPT on a SRST/Search string) Frank M. Ramaekers Jr. | Mainframe Systems Analyst I | CIS Mainframe Services Unisys | (512)-387-3949 | Francis.Ramaekers at Unisys.Com

EDit mask for floating minus (negative)

2014-07-16 Thread Frank M. Ramaekers
Please excuse my inexperience, I need an EDIT mask for a floating minus sign. Value (hex)ED/EDMK 00123C 123 00123D -123 1C 1 1D -1 Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | American Income Life Insurance Company | 254-761-6649

Re: EDit mask for floating minus (negative)

2014-07-16 Thread Frank M. Ramaekers
I was afraid of that. I was using '6020202120'x with EDMK and backing up R1 one if negative. Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Binyamin Dissen Sent: Wednesday, July 16, 2014 8:09 AM

Re: EDit mask for floating minus (negative)

2014-07-16 Thread Frank M. Ramaekers
Whoops. '602020202120'x for a PL3 Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Frank M. Ramaekers Sent: Wednesday, July 16, 2014 8:29 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: EDit

HLASM continuation...

2014-02-20 Thread Frank M. Ramaekers
...what am I doing wrong here: 000728 0 0 8032 MVC 0(L'QVSIMGLOGICALPARTITIONNAME,R4), * QVSIMGLOGICALPARTITIONNAMEMove out the LPAR name ** ASMA074E Illegal syntax in expression - Frank M. Ramaekers Jr. | Systems

Re: HLASM continuation...

2014-02-20 Thread Frank M. Ramaekers
I tried to send it with a COURIER NEW font, but it appeared to have gotten stripped. * - column 72 Next line starts in 16 Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of John McKown Sent: Thursday

Re: HLASM continuation...

2014-02-20 Thread Frank M. Ramaekers
So you have to find a way to keep everything (in an instruction) on a single line? Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Ed Jaffe Sent: Thursday, February 20, 2014 2:26 PM To: ASSEMBLER

Re: HLASM continuation...

2014-02-20 Thread Frank M. Ramaekers
Learn something new every day. Thanks all, Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Tony Thigpen Sent: Thursday, February 20, 2014 2:56 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re

Re: OT: SI units and precision

2014-01-07 Thread Frank M. Ramaekers
I assume you me kilo rather than kibi? (Mega/Mebi and Giga/Gibi) Frank M. Ramaekers Jr. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Rob van der Heij Sent: Monday, January 06, 2014 7:49 AM To: ASSEMBLER-LIST

Re: Help jog my memory (16-bytes the same)

2010-09-30 Thread Frank M. Ramaekers
:14:10 -0500 To: assembler-list@listserv.uga.edu Subject: Help jog my memory (16-bytes the same) Doesn't the following statement check to see that all 16-bytes are same? 00251A D50E 5001 5000 1 0 8688 CLC 1(15,R5),0(R5) Frank M. Ramaekers Jr. Systems Programmer