1

I'm getting the assembly output from CL.EXE via /Fa, however, after making some changes with it, how can I re-compile it? Does CL support this?

Thanks.

Steve Dell
  • 575
  • 1
  • 7
  • 23

1 Answers1

3

CL.EXE doesn't, but ML.exe does. Also you can have problems with exceptions, look at the: a problem with cl.exe and ml.exe

Community
  • 1
  • 1
Anton Malyshev
  • 8,686
  • 2
  • 27
  • 45
  • Great, thank you. Do you know why ml.exe is not in the 2003 C++ toolkit? Apparently ml.exe in VS 2005 does not recognize sar, shl instructions – Steve Dell Aug 20 '15 at 18:02