From: richardson AT evansville DOT edu (Tony Richardson) Newsgroups: comp.os.msdos.djgpp Subject: Re: FPU Date: 14 Mar 2003 06:09:51 -0800 Organization: http://groups.google.com/ Lines: 13 Message-ID: <2f64dfca.0303140609.528a67c3@posting.google.com> References: <19001N297 AT web2news DOT com> NNTP-Posting-Host: 192.195.225.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1047650991 8114 127.0.0.1 (14 Mar 2003 14:09:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 14 Mar 2003 14:09:51 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Joel_S" wrote in message news:<19001N297 AT web2news DOT com>... > Since DJGPP uses AT&T assembly syntax, then that probably means that FPU > commands would be slightly different than Intel syntax. Is there a web > site that goes over using FPU commands in DJGPP? > Thanks. I don't know of a web site, but the syntax is easy enough to figure out if you use the -S option with gcc to convert a C program that does floating point arithmetic to assembly and then look through the assembly. (The syntax appears to be the same as for non-FPU instructions by the way.) Tony Richardson