Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!mcvax!ukc!kcl-cs!phil From: phil@kcl-cs.UUCP Newsgroups: net.micro.pc,net.micro Subject: Microsoft C Compiler V3.0 Message-ID: <237@argon.kcl-cs.UUCP> Date: Thu, 13-Feb-86 10:38:33 EST Article-I.D.: argon.237 Posted: Thu Feb 13 10:38:33 1986 Date-Received: Mon, 17-Feb-86 05:32:06 EST Organization: Department of Computing, Kings College, University of London. Lines: 12 Xref: watmath net.micro.pc:7007 net.micro:13815 <> I want to write a C program that doesn't include ANY of the normal initialisation code (in the module crt0.obj in the standard library). Unfortunately crt0.obj also seems to contain lots of subroutines/globals that are needed. Does anybody know how I can accomplish this? (Its as if I wanted to generate a ROMable version of the program.) I don't mind if this code is part of the program, just so long as it isn't actually called. Thanks, Phil Thompson.