Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!USCMVSA.BITNET!LDW From: LDW@USCMVSA.BITNET (Leonard D Woren) Newsgroups: comp.lang.asm370 Subject: Re: OPSYN opcode in ibm bal Message-ID: <8906081025.AA05666@jade.berkeley.edu> Date: 8 Jun 89 05:57:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 7 Another example of a use for OPSYN is if you are debugging something that has PRINT NOGEN / PRINT OFF, and you don't want to modify the macros to remove them, you can just OPSYN PRINT to something else and use an inline PRINT macro that does nothing. I doubt if anyone uses OPSYN to do things like change AR into ADDREG or something (at least I hope not...)