Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!qt.cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!APPLE.COM!equinox!jimi!arrakis!tierney From: equinox!jimi!arrakis!tierney@APPLE.COM (TIM TIERNEY) Newsgroups: comp.lang.asm370 Subject: Re: Assembly Problem Solved Message-ID: <9106290234.AA25390@ucbvax.Berkeley.EDU> Date: 28 Jun 91 20:53:12 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 15 In article <9106280011.AA14893@ucbvax.Berkeley.EDU> IBM 370 Assembly Programming Discussion List writes: > >Another question I'll ask is - how are registers to be addressed? I've >seen them coded as R1, REG1, and just plain 1 - is there any standard, or >is it merely up to the programmer for readability? > There is really no hard and fast "standard" regarding this, but there does seem to be one particular way in which a significant number of people refer to registers in BAL programs (IBM for one). The R1-R15 designation seems to be the most prevalent. Certainly it the one I've seen used the most, and the one which I have always used. Tim Tierney