Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cornell!uw-beaver!ssc-vax!uvicctr!sbanner1 From: sbanner1@uvicctr.UUCP (S. John Banner) Newsgroups: comp.sys.ibm.pc Subject: Re: Has anyone seen MSC -Fa work? Message-ID: <576@uvicctr.UUCP> Date: 13 Dec 88 20:46:15 GMT References: <15645@iuvax.cs.indiana.edu> <851@necis.UUCP> Reply-To: sbanner1@uvicctr.UUCP (S. John Banner) Organization: University of Victoria, Victoria B.C. Canada Lines: 26 In article <851@necis.UUCP> version B 2.10.2 9/17/84; site uvicctr.UUCP uvicctr!ssc-vax!uw-beaver!mit-eddie!bu-cs!mirror!necntc!necis!rbono rbono@necis.UUCP (Rich Bono) writes: >In article <15645@iuvax.cs.indiana.edu>, bkliewer@iuvax.cs.indiana.edu (Bradley Dyck Kliewer) writes: >> >> I tried using the Microsoft C 5.10 -Fa option today. I did not get an >> .ASM file as advertised, and in fact, got no listing file at all. I >> tried: >> cl -Fademo demo >> cl -Fa demo >> cl /Fa demo >> cl demo /Fa >> among many other permutations. Is there another switch I must use or >> does this option not work? >> > Try this... > cl -Fademo.asm demo.c <--- to compile, link, and gen gemo.asm > or > cl -c -Fademo.asm demo.c <--- to compile, gen demo.asm, and demo.obj > (no link) > I just use the "-S" switch (just like on UNIX), and it works great. The order of the switches doesn't seem to matter, though I don't if you can use it to generate the .obj, and the .asm, I only use the option when I need to look at, or use the assembler directly, so I never need to generate both. sjb.