Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!MEAD@usc-eclb From: MEAD@usc-eclb@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Small-C V2 instructions needed Message-ID: <12014@sri-arpa.UUCP> Date: Thu, 22-Sep-83 16:54:00 EDT Article-I.D.: sri-arpa.12014 Posted: Thu Sep 22 16:54:00 1983 Date-Received: Thu, 29-Sep-83 22:43:37 EDT Lines: 28 From: Dick I have decided to try the SMALL-C Ver 2 from the CPM archives, but I do not have the DDJ articles that may have explained how to use it. What I need is some examples of the proper command lines to give to Small-C, what files are necessary for the proper generation of the assembly source file, what files are needed for M80, L80 to assemble same, what command line is proper. I have, for example, the files: STDIO.H, CPMCALL.C, LIB.C, SYSLIB, SMALL-C.COM, M80, L80. Am I spposed to include some of these in the original C source?? How about an example showing how to make an executable .COM file out of the following: /* Hello.C simple test program */ main() { printf("Hello there, world!/n"); } I noticed that invoking the Small-C program asks for 1 output file and multiple input files, plus some diagnostic and optimizing stuff. Any help will be appreciated.... -------