Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!UXC.CSO.UIUC.EDU!ux1.cso.uiuc.EDU!phil From: ux1.cso.uiuc.EDU!phil@UXC.CSO.UIUC.EDU Newsgroups: comp.lang.asm370 Subject: Re: IBM 370 Assembly Language - Parsers Message-ID: <8907310230.AB04896@rice.edu> Date: 30 Jul 89 21:45:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 14 > The IBM Assembler H can deal with symbols up to 63 characters in length, > although it cannot deal with lower case. I can deal with that, by writing a program that precedes assembly and converts all non-comments to upper case into a temporary file for the actual assembly. It will be in effect a CASE IGNORE as opposed to a CASE RESPECT interpretation of the source case. How universally is Assembler H used, particularly in educational instutitions who are a part of the HESC (which appears to include Assembler H on its list)? --Phil howard--