X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 25 Oct 2007 11:24:40 -0400 Message-Id: <200710251524.l9PFOeNi022585@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1193303455.688747.180190@50g2000hsm.googlegroups.com> (message from RayeR on Thu, 25 Oct 2007 02:10:55 -0700) Subject: Re: Using inline asm References: <471FEAC8 DOT 5179 DOT 2FAB88DB AT gerritvn DOT gpvno DOT co DOT za> <200710250120 DOT l9P1KEb2032374 AT envy DOT delorie DOT com> <1193303455 DOT 688747 DOT 180190 AT 50g2000hsm DOT googlegroups 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 > Please can somebody explain me what mean "clobbered"? In the case of gcc, it means "changes in a way that is not known to gcc". GCC will make no assumptions about the contents of the register after the asm.