Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!equinox!jimi!arrakis!tierney From: tierney@nevada.edu (TIM TIERNEY) Newsgroups: comp.lang.asm370 Subject: Re: Assembly Problem Solved Message-ID: <1991Jun28.205312.4983@nevada.edu> Date: 28 Jun 91 20:53:12 GMT References: <9106280011.AA14893@ucbvax.Berkeley.EDU> Sender: news@nevada.edu (News Administrator) Distribution: inet Organization: University of Nevada, System Computing Services Lines: 14 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