Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!ucf1vm.BITNET!news From: news@ucf1vm.BITNET Newsgroups: comp.lang.asm370 Subject: Re: programming style Message-ID: <9103170059.AA18740@ucbvax.Berkeley.EDU> Date: 17 Mar 91 00:28:41 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 20 In article <9103150812.AA15270@ucbvax.Berkeley.EDU>, dandrews@bilver.UUCP (Dave Andrews) writes: >>P.S. Another good reason to use DS 0H instead of EQU * is that >> TSO TEST knows labels defined with DS, but doesn't know >> labels defined with EQU. > >I believe that this is a limitation of the assembler, which won't >produce "TESTRAN cards" (SYM records) for equates. The SLAC mods >address this issue. I prefer neither DS 0H nor EQU *. Since I frequently resort to using XPEDITER to debug, and the latest version of XPEDITER doesn't recognize labels on either DS 0H or EQU * lines, I use ANOP's. Of course that wastes a little space, but what they hey? +----------------------------------------------------------------------------+ + Adam Goldberg H:(515)233-5135 + + Iowa State University TABU6@ccvax.iastate.edu + + "It's simple! Even a Pascal programmer could do it!" + +----------------------------------------------------------------------------+