Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!harpo!floyd!clyde!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!andree From: andree@uokvax.UUCP Newsgroups: net.lang.c Subject: Re: Z80 version of PCC wanted - (nf) Message-ID: <4507@uiucdcs.UUCP> Date: Wed, 14-Dec-83 23:40:18 EST Article-I.D.: uiucdcs.4507 Posted: Wed Dec 14 23:40:18 1983 Date-Received: Sat, 17-Dec-83 03:01:03 EST Lines: 20 #R:stolaf:-128700:uokvax:3000011:000:853 uokvax!andree Dec 13 18:24:00 1983 So, you want a PCC that's K & R for a z80? Well, I think you are out of look. PCC isn't K & R, and hasn't been so for quite a while now. If what you really want is a compiler package for moving code to/from Unix and a z80 system, let me recommend the AZTEC C compiler from Manx Software. This compiler is K & R except for bit fields. Cost is about $200 for the CP/M version. They sell a Unix version of the same compiler; I'd recommend getting that also. The AZTEC compiler is a bit stricter about type checking than most Unix compilers, so you won't be able to port antique code (pack & ar spring to mind), or poorly-written code. Hence the recommendation that you get the Unix compiler. If cost is a major problem, you might look into the Q/C compiler, version 3.2 or so. It's another small-C derivative, so it probably isn't what you want.