Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <874j9gu6fu.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<874j9gu6fu.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Baby X is bor nagain
Date: Tue, 25 Jun 2024 13:13:25 -0700
Organization: None to speak of
Lines: 16
Message-ID: <874j9gu6fu.fsf@nosuchdomain.example.com>
References: <v494f9$von8$1@dont-email.me> <v4p37r$k32n$1@dont-email.me>
	<v4pei3$m5th$2@dont-email.me> <v4plsk$nn9o$2@dont-email.me>
	<v4pnq6$o4fs$1@dont-email.me> <v4q245$si2n$1@dont-email.me>
	<v4q2rl$sqk3$1@dont-email.me> <v52308$2nli8$3@dont-email.me>
	<v53i4s$33k73$2@dont-email.me> <v53lf7$34huc$1@dont-email.me>
	<v53vh6$368vf$1@dont-email.me> <v54se1$3bqsk$1@dont-email.me>
	<20240624160941.0000646a@yahoo.com> <v5bu5r$va3a$1@dont-email.me>
	<v5c275$vq9k$1@dont-email.me> <v5c6bf$10sr7$1@dont-email.me>
	<v5c9jk$1159j$1@dont-email.me> <v5cnm9$14dri$1@dont-email.me>
	<v5duid$1fid4$1@dont-email.me> <v5e92f$1gs9a$1@dont-email.me>
	<667af5ce$0$2873002$882e4bbb@reader.netnews.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Tue, 25 Jun 2024 22:13:26 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e9e079a2606fcbb785c539789babdee9";
	logging-data="1780148"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19guLli58FkfBaLHW9b3AMj"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:kHEW1dQcUSnUIPIV+KVyPv7yRUg=
	sha1:Z6iLGulYLogBQK6a4hVeaMflotc=
Bytes: 1960

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.com
void Void(void) { Void(); } /* The recursive call of the void */