From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 101deb,db15d2f6cb54705a X-Google-Attributes: gid101deb,public X-Google-Thread: fdb77,db15d2f6cb54705a X-Google-Attributes: gidfdb77,public X-Google-Thread: f8131,e2c196a85919d5cc X-Google-Attributes: gidf8131,public X-Google-Thread: 1073c2,db15d2f6cb54705a X-Google-Attributes: gid1073c2,public X-Google-Thread: 103376,db15d2f6cb54705a X-Google-Attributes: gid103376,public X-Google-Thread: 10a146,db15d2f6cb54705a X-Google-Attributes: gid10a146,public X-Google-ArrivalTime: 2001-06-29 23:13:55 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!howland.erols.net!panix!news.panix.com!not-for-mail From: Randy Hudson Newsgroups: comp.lang.ada,comp.lang.java.programmer,comp.lang.pl1,comp.lang.vrml,comp.lang.java.advocacy,comp.lang.asm370 Subject: Re: S/390 (was Market pressures for more reliable software) Date: 30 Jun 2001 06:13:51 GMT Organization: PANIX Public Access Internet and UNIX, NYC Distribution: inet Message-ID: <9hjqmv$a0e$1@news.panix.com> References: <3b3c7267$8$fuzhry$mr2ice@va.news.verio.net> NNTP-Posting-Host: panix3.panix.com X-Trace: news.panix.com 993881631 10254 166.84.0.228 (30 Jun 2001 06:13:51 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: 30 Jun 2001 06:13:51 GMT X-Newsreader: trn 4.0-test74 (May 26, 2000) Originator: ime@panix.com (Randy Hudson) Xref: archiver1.google.com comp.lang.ada:9277 comp.lang.java.programmer:79726 comp.lang.pl1:1177 comp.lang.vrml:3961 comp.lang.java.advocacy:22372 comp.lang.asm370:1096 Date: 2001-06-30T06:13:51+00:00 List-Id: [ posted and emailed ] In article <3b3c7267$8$fuzhry$mr2ice@va.news.verio.net>, Shmuel (Seymour J.) Metz wrote: > ObBadCode. SVC 18 used to contain a sequence something like > > BALR R3,0 > BALR R3,0 > BALR R3,0 > USING *,R3 > > which contains two extraneous instructions. Are you sure that wasn't: SVC18 BALR 3,0 BCTR 3,0 BCTR 3,0 USING SVC18,3 ? That sequence sets the base register to the entry point, which used to be considered good for debugging reasons. -- Randy Hudson