Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!sri-unix!gwyn@BRL-VLD.ARPA From: gwyn@BRL-VLD.ARPA Newsgroups: net.lang.c Subject: Re: Manx C compiler Message-ID: <12840@sri-arpa.UUCP> Date: Sun, 26-Aug-84 07:02:21 EDT Article-I.D.: sri-arpa.12840 Posted: Sun Aug 26 07:02:21 1984 Date-Received: Thu, 30-Aug-84 19:41:08 EDT Lines: 19 From: Doug Gwyn (VLD/VMB) The current Aztec C for the Apple II from Manx supports DOS 3.3, not ProDOS. The ProDOS version is held up by the Macintosh C project, which is scheduled for September delivery. Aztec C can be asked to generate either native 6502 machine code or interpreted code. The interpreted code tends to be smaller, the machine code faster. They can be mixed in the same program binary, so one can make appropriate space/time tradeoffs. There is also support for overlays, and a command language interpreter (mini-shell) that programs can be made to access for some library routines, to save space. The manual is pretty good (the only noteworthy omission is interpreted code specs), and the language and supplied library are a fairly full implementation of C. Sources are included for the library (except interpreter) and many of the utilities (screen editor, archiver, device drivers, but NOT compiler/assembler/loader/shell). My only real complaint is that I wish they would hurry up with the ProDOS version, as I am getting tired of compiling on DOS floppies then moving my binaries to the ProFile.