[net.micro] Microsoft C Compiler V3.0

phil@kcl-cs.UUCP (02/13/86)

<>

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.