Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!OHSTVMA.IRCC.OHIO-STATE.EDU!cfor%CIBA-GEIGY.CH From: cfor%CIBA-GEIGY.CH@OHSTVMA.IRCC.OHIO-STATE.EDU ("", Rainer Foeppl) Newsgroups: comp.lang.asm370 Subject: Re: Why use an LA instruction? Message-ID: <9103071412.AA05842@ucbvax.Berkeley.EDU> Date: 7 Mar 91 13:47:00 GMT References: <9103050049.AA15223(a)ucbvax.Berkeley.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 18 RFC-822-HEADERS: Newsgroups: comp.lang.asm370 Organization: Ciba-Geigy AG, Basel, Switzerland ================== hello the only effect of the la instruction is to clear bit 0-7, if you are in 24- bit - addressing mode. if you are in 31-bit addressing mode, then it clears only bit 0. if you have any more questions, look at the ibm manual pricnciples of operation (sa22-7200-0). there you will find explanations to all valid instructions of the ibm 370 and 390 architexture. regards rainer