Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!UORMVS.BITNET!PHIL From: PHIL@UORMVS.BITNET (Phil Rengert) Newsgroups: comp.lang.asm370 Subject: Re: OPSYN opcode in ibm bal Message-ID: <8906072119.AA27505@jade.berkeley.edu> Date: 7 Jun 89 13:51:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 9 The uses for OPSYN are pretty hard to come by. It could be used to convert every BAL(R) to BAS(R) if you needed to clean up 24-bit linkage addresses in an XA situation. Just the other day I used it (for the first time ever) to supress recognition of BAS and BASSM in an SP1 environment. The assembler instead calls BAS and BASSM macros I wrote which generate the appropriate non-XA instruction. -Phil Rengert University of Rochester Computing Center