Failed to compile the exact assembly listing generated by the compiler
I am trying to compile the assembly listings generated
by the compiler with command-lines like
cl foo.c /Fa /FAs
. The option /Fa
means requiring
a listing file, and /FAs
means requiring
corresponding C source lines in the listing file.