Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!agate!ucbvax!DB0ADW11.BITNET!SYSSERV From: SYSSERV@DB0ADW11.BITNET (Lutz Hamann) Newsgroups: comp.lang.asm370 Subject: Re: Long Programs ( > 4096 bytes) Message-ID: <9011291654.AA01092@ucbvax.Berkeley.EDU> Date: 29 Nov 90 16:55:20 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 12 X-Unparsable-Date: Thu, 29 Nov 90 09:22:34 MEZ On Mon, 5 Nov 90 13:42:08 EST said: >I am writing a program that has gotten a little long...long enough to lose >touch with the variables and literals. I have used the multiple base-registers >to offset this problem some, but it is still getting at me. One reason is >that I manipulate a matrix that is 4k long. Can anyone make the concept of >Control Sections and the method of dividing up a task so that each section >can reference the variables it needs in a common block make sense to me? > What about this: Order your 4K via GETMAIN or DMSFREE (in CMS), remember the address and use this address in a base-register. Lutz