Liste des Groupes | Revenir à cl c |
DFS <nospam@dfs.com> writes:<https://godbolt.org> has tcc on its list of C compilers, and it shows the generated assembly. I don't know how it does this - perhaps using this same method. If people are interested in looking at the code generated by tcc (or vast numbers of other compilers, versions and targets), then godbolt is usually the easiest way to get it.
[...]Can you use tcc to generate assembly from a .c source file?No, tcc has no such option.
>
similar to:
>
$ gcc -S sourcefile.c
I was able to get an assembly listing by running `tcc -c sourcefile.c`
followed by `objdump -d sourcefile.o`.
Les messages affichés proviennent d'usenet.