How to translate a program in C to Assembly? [closed]

-3

How do I make the interaction between the two languages?

    
asked by anonymous 28.01.2016 / 14:24

1 answer

4

The Microsoft compiler uses /FA .

In GCC -S is used.

As for "interaction", depending on the problem, ask another more specific question.

    
28.01.2016 / 14:34