Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!ucbvax!SUN.COM!amdahl!JUTS!bzr10 From: amdahl!JUTS!bzr10@SUN.COM (Bruce Richardson) Newsgroups: comp.lang.asm370 Subject: Re: New System/3x0 Instruction Message-ID: <9103111901.AA18152@ucbvax.Berkeley.EDU> Date: 11 Mar 91 18:19:53 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 12 This "NEW" instruction already exists, it is called Move-Page (MVPG), part of the Move-Page Facility. MVS/ESA's HIPERBATCH makes use of the instruction. Check out the ESA/370 POO (SA22-7200) with TNL SN22-5342. MVPG can be used in three ways: 1) Main-Store to Main-Store 2) Expanded-Store to Main-Store 3) Main-Store to Expanded-Store (Note, no Expanded-Store to Expanded-Store; that will be a later modification to the instruction (IMHO :-) )). The opinions expressed are my own, and do not reflect apon Amdahl Corp, or Amdahl Canada Ltd., etc.