From: leathm AT solwarra DOT gbrmpa DOT gov DOT au (Leath Muller) Message-Id: <199706242239.IAA01878@solwarra.gbrmpa.gov.au> Subject: Re: Inline assembly problem To: jakarppi AT haapa DOT oulu DOT fi (Jari Karppinen) Date: Wed, 25 Jun 1997 08:39:27 +1000 (EST) Cc: djgpp AT delorie DOT com In-Reply-To: <5oogqj$d8s$1@ousrvr3.oulu.fi> from "Jari Karppinen" at Jun 24, 97 01:07:31 pm Content-Type: text Precedence: bulk > How do I convert these to AT&T syntax? > fld qword ptr [esi] > fstp qword ptr [edi] Hmmm, from memory: fldt (%esi); fstpt (%edi); I think 't' is right... :) Leathal.