From: "Lars O. Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: inline assembly syntax for accessing variables ? Date: Fri, 20 Dec 2002 23:19:59 +0100 Organization: 1&1 Internet AG Lines: 6 Message-ID: References: NNTP-Posting-Host: p50838309.dip0.t-ipconnect.de X-Trace: news.online.de 1040422796 12210 80.131.131.9 (20 Dec 2002 22:19:56 GMT) X-Complaints-To: abuse AT online DOT de NNTP-Posting-Date: 20 Dec 2002 22:19:56 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Why don't you "gcc -Wall -O2 -S tst.c" and check the assembly. ah, "-S", not "-s" latter strips, former produces .asm (as .s)