Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1a 12/4/83; site rlgvax.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!hao!seismo!rlgvax!geller From: geller@rlgvax.UUCP Newsgroups: net.micro Subject: Re: C compiler comments Message-ID: <1947@rlgvax.UUCP> Date: Fri, 25-May-84 10:04:04 EDT Article-I.D.: rlgvax.1947 Posted: Fri May 25 10:04:04 1984 Date-Received: Mon, 28-May-84 06:08:05 EDT References: <751@avsdS.UUCP> Organization: CCI Office Systems Group, Reston, VA Lines: 28 I use the LATTICE "C" compiler version 2.0 and am very happy with it. The compiler adheres to the Kernighan and Ritchie standard 100%. The document- ation is fairly good and the support from Lattice is superb. Source code is compiled in two stages. The first stage parses the source and looks for syntax errors. The second stage generates code for the 8088. Linking is done using the IBM Linker which is included with DOS 2.0. LATTICE provides a debugging tool that will disassembler the .exe file while displaying the source code that the 8088 instructions pertain to. This is useful in that it shows how compact and efficient the code is that the Lattice compiler generates. I've been a very satisfied Lattice "C" user for quite some time. I choose Lattice because of its reputation, level of compatibility, and support. I think I made a wise decision. If you haev any specific questions concerning the product feel free to send me e-mail. David P. Geller Computer Consoles, Inc. {seismo}!rlgvax!geller Office Systems Group 11490 Commerce Park Drive Reston, VA 22091 703-648-3483 (of course I have nothing whatsoever to do with Lattice or IBM and my views are solely mine and do not in any way reflect the views of my employer)