Path: utzoo!utdoe!generic!pnet91!ericmcg From: ericmcg@pnet91.cts.com (Eric Mcgillicuddy) Newsgroups: comp.sys.apple2 Subject: Re: Using HyperC programs without the shell! Message-ID: <351@generic.UUCP> Date: 7 Jan 91 13:50:05 GMT Sender: root@generic.UUCP Organization: People-Net [pnet91], Etobicoke, ON Lines: 12 >I'm sure that there's a way to do it directly... HyperC translates the source >into it's own strange assembly code and then assembles that and then links it >to the c libraries... Almost. Using 'cc', HyerpC compiles the C source to p-code and then interprets it. This makes for very small programs. Using 'ccn' will generate native 6502 (and 65c02 if a lnk flag is set) code. Howeever it does not link in the libraries, it assumes that some of them are present in the opsys file. I/O mostly I believe which is redundant code with the shell active. UUCP: bkj386!pnet91!ericmcg INET: ericmcg@pnet91.cts.com