Click to See Complete Forum and Search --> : .c to .asm conversion


KL TAN
May 30th, 1999, 09:23 PM
Hi,

I wish to convert a C console program (*.c) that create using Visual C ++ ver 6.0 to an assembly file (*.asm)
so that I can use it in MASM ver 6.11. CAN ANYONE TELL ME HOW CAN I DO THAT?

Does the MASM ver 6.11 has the ability to convert the *.c file to *.asm file?

In general, how can I convert my C file to an ASM file?

Thanks and please reply to me as soon as you can if you can help.

best wishes
KL TAN
email: pa2860919@ntu.edu.sg

Wayne Fuller
May 30th, 1999, 10:16 PM
You will have to compile the c file with a command line switch that writes out the assembly code. I am not sure what it is but I have done it before. I think it is /FA or /Fa.

Wayne