Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!ceres.physics.uiowa.edu!news.iastate.edu!VAXF.IASTATE.EDU!TABU6 From: tabu6@CCVAX.IASTATE.EDU (Adam Goldberg) Newsgroups: comp.lang.asm370 Subject: Re: programming style Message-ID: <1991Mar17.002841.24826@news.iastate.edu> Date: 17 Mar 91 00:28:41 GMT References: <9103150812.AA15270@ucbvax.Berkeley.EDU> Sender: news@news.iastate.edu (USENET News System) Reply-To: tabu6@CCVAX.IASTATE.EDU Distribution: inet Organization: Iowa State University, Ames, IA. Lines: 19 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!" + +----------------------------------------------------------------------------+