This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: inline asm and status flags on x86
- To: Geoff Berry <geoffb at bops dot com>
- Subject: Re: inline asm and status flags on x86
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 02 May 2000 14:35:58 -0600
- cc: gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <3D71CCC526F1D311A72600902773EC21094EDB@cascabella.rtp.bops.com>yo
u write:
> I did read this section but I understood it to mean something different fro
> what I was trying to achieve. It refers to accessing condition codes left
> by the assembler instruction, but I am trying to access condition codes in
> the assembler statement left by non-assembler statements. If this is not
> workable for the same reasons, I would not be surprised; however, I don't
> think what I am attempting is described by the quoted passage (but perhaps
> it should be?).
It's unavailable for basically the same reasons. Yes, that passage should
probably cover that explicitly. Care to provide a revision to that hunk
of the manual.
jeff