Sujet : Re: Baby X is bor nagain
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 25. Jun 2024, 22:13:25
Autres entêtes
Organisation : None to speak of
Message-ID : <874j9gu6fu.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Gnus/5.13 (Gnus v5.13)
DFS <
nospam@dfs.com> writes:
[...]
Can you use tcc to generate assembly from a .c source file?
>
similar to:
>
$ gcc -S sourcefile.c
No, tcc has no such option.
I was able to get an assembly listing by running `tcc -c sourcefile.c`
followed by `objdump -d sourcefile.o`.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */