www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/12/13/12:44:25

Date: Fri, 13 Dec 2002 12:44:13 -0500
Message-Id: <200212131744.gBDHiDd11835@envy.delorie.com>
X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <uvju8uis6k4he6@corp.supernews.com> (lewi9908@ghc.ctc.edu)
Subject: Re: Quest about inline asm...
References: <uvhqfmcgbgs2f2 AT corp DOT supernews DOT com> <atc588$m3m$3 AT antares DOT lu DOT erisoft DOT se> <3DF9B0CA DOT 9050500 AT mail DOT inf DOT tu-dresden DOT de> <uvju8uis6k4he6 AT corp DOT supernews DOT com>
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

> __asm__("pushl %eax"
>         : /*No output*/
>         :"a"(ResultsMod)
>         :);
>
> How do I show an empty clobber list?

Omit the last colon.

__asm__("pushl %eax"
        : /*No output*/
        :"a"(ResultsMod));

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019