Path: utzoo!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!USCMVSA.BITNET!LDW From: LDW@USCMVSA.BITNET (Leonard D Woren) Newsgroups: comp.lang.asm370 Subject: Re: Writing to the console in MVS systems Message-ID: <9103090725.AA08304@ucbvax.Berkeley.EDU> Date: 9 Mar 91 07:23:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 10 On Fri, 8 Mar 91 22:50:00 PST, I had a brain check: > MVC WTOAREA+2(2),WTO1+2 copy flag bytes > MVC WTOAREA+4(???),message_text could be an EXecuted MVC > LA R15,4+length_of_message_text > STH R15,WTOAREA+4 ********* This must be WTOAREA, *not* +4. > LA R15,WTOAREA(R15) -> message text > MVC 0(WTO1L-4-1),WTO1+4+1 copy other stuff like MCSFLAG