Path: utzoo!utgpu!watmath!clyde!bellcore!rutgers!deimos!uxc!uxc.cso.uiuc.edu!uxg.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.sys.ibm.pc Subject: Re: Has anyone seen MSC -Fa work? Message-ID: <45900176@uxe.cso.uiuc.edu> Date: 9 Dec 88 18:21:00 GMT References: <15645@iuvax.cs.indiana.edu> Lines: 21 Nf-ID: #R:iuvax.cs.indiana.edu:15645:uxe.cso.uiuc.edu:45900176:000:379 Nf-From: uxe.cso.uiuc.edu!mcdonald Dec 9 12:21:00 1988 >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 >does this option not work? Yes, it works. You need to tell it cl -Fa demo.c or cl /Fa demo.c Without the ".c" it won't work. You always need the .c on a C source file. Always.