X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: Using inline asm Date: Thu, 25 Oct 2007 02:10:55 -0700 Organization: http://groups.google.com Lines: 10 Message-ID: <1193303455.688747.180190@50g2000hsm.googlegroups.com> References: <471FEAC8 DOT 5179 DOT 2FAB88DB AT gerritvn DOT gpvno DOT co DOT za> <200710250120 DOT l9P1KEb2032374 AT envy DOT delorie DOT com> NNTP-Posting-Host: 195.70.144.29 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1193303456 21823 127.0.0.1 (25 Oct 2007 09:10:56 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 25 Oct 2007 09:10:56 +0000 (UTC) In-Reply-To: <200710250120.l9P1KEb2032374@envy.delorie.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: 50g2000hsm.googlegroups.com; posting-host=195.70.144.29; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > This might work better (because know gcc will know that eax is > clobbered): Please can somebody explain me what mean "clobbered"? I cannot find right word in en-cze dictionary. I also know that asm paragraph have optional line for "clobbered" registers, I guess you tell there whar regs you used and could be restored but not sure about it.