From: "Lars O. Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: inline assembly syntax for accessing variables ? Date: Fri, 20 Dec 2002 23:25:13 +0100 Organization: 1&1 Internet AG Lines: 10 Message-ID: References: NNTP-Posting-Host: p50838309.dip0.t-ipconnect.de X-Trace: news.online.de 1040423110 12340 80.131.131.9 (20 Dec 2002 22:25:10 GMT) X-Complaints-To: abuse AT online DOT de NNTP-Posting-Date: 20 Dec 2002 22:25:10 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 > ah, "-S", not "-s" latter strips, former produces .asm (as .s) but why are the executables so large then? Tasm produces exes around 500 byte from that asm code. gcc 50,000 byte !