Re: Assember

2013-06-26 Thread Binyamin Dissen
More precisely @REC2USING IREC,IREC2 TM @REC2. ISTAT,SDLET DROP @REC2 On Tue, 25 Jun 2013 14:08:18 -0400 Shmuel Metz (Seymour J.) shmuel+...@patriot.net wrote: :In 002d01ce7107$493d31a0$dbb794e0$@austin.rr.com, on 06/24/2013 : at 01:18 PM, Kenneth Wilkerson

Re: Assember

2013-06-25 Thread Shmuel Metz (Seymour J.)
In 002d01ce7107$493d31a0$dbb794e0$@austin.rr.com, on 06/24/2013 at 01:18 PM, Kenneth Wilkerson redb...@austin.rr.com said: TMI2REC+ISTAT-IREC,SDLET Is equivalent to: LA somereg,I2REC somereg is R1-R15 USING IREC,somereg TM ISTAT,SDLET DROP somereg No it isn't. --

Assember

2013-06-24 Thread Ron Thomas
Hello. can some one pls let me know what this assembler code does? TMI2REC+ISTAT-IREC,SDLET how the above code work? Thanks Ron -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Assember

2013-06-24 Thread John McKown
Given what you have included, the best that i can tell you is that it tests some variable (1 byte in length) for some bit or set of bits (depending on how SDLET is defined). It is usually followed by a branch on condition or a branch relative on condition. You have not said how I2REC, ISTAT, IREC,

Re: Assember

2013-06-24 Thread Sam Siegel
On Mon, Jun 24, 2013 at 8:23 AM, Ron Thomas ron5...@gmail.com wrote: Hello. can some one pls let me know what this assembler code does? TMI2REC+ISTAT-IREC,SDLET Ron the code does the following ISTAT-IREC the offset of ISTAT from IREC. That offset is added to the address of I2REC.

Re: Assember

2013-06-24 Thread Dan @ Home
Of Ron Thomas Sent: Monday, June 24, 2013 10:24 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Assember Hello. can some one pls let me know what this assembler code does? TMI2REC+ISTAT-IREC,SDLET how the above code work? Thanks Ron

Re: Assember

2013-06-24 Thread Charles Mills
Thomas Sent: Monday, June 24, 2013 8:24 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Assember Hello. can some one pls let me know what this assembler code does? TMI2REC+ISTAT-IREC,SDLET how the above code work? -- For IBM-MAIN

Re: Assember

2013-06-24 Thread Kenneth Wilkerson
: Monday, June 24, 2013 12:31 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Assember If you (1) post the 2 or 3 instructions following the TM and (2) post the object code that appears in the listing to the left of the instruction then we can help you more. Charles -Original Message- From: IBM

Re: Assember

2013-06-24 Thread Campbell Jay
@listserv.ua.edu Subject: Re: Assember TMI2REC+ISTAT-IREC,SDLET Is equivalent to: LA somereg,I2REC somereg is R1-R15 USING IREC,somereg TM ISTAT,SDLET DROP somereg Kenneth -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: Assember

2013-06-24 Thread Charles Mills
Object code may be easier for the OP (or may not). Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Campbell Jay Sent: Monday, June 24, 2013 11:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Assember Now we need the MACRO

Re: Assember

2013-06-24 Thread Campbell Jay
: Assember Hello. can some one pls let me know what this assembler code does? TMI2REC+ISTAT-IREC,SDLET how the above code work? Thanks Ron -- For IBM-MAIN subscribe / signoff / archive access instructions, send email