X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jbs30000 AT aol DOT com (Joel) Newsgroups: comp.os.msdos.djgpp Subject: Re: FPU opcodes Date: 9 Apr 2004 05:12:25 -0700 Organization: http://groups.google.com Lines: 23 Message-ID: <84e4e2a9.0404090412.cf27c73@posting.google.com> References: <84e4e2a9 DOT 0404081854 DOT 7d4c9633 AT posting DOT google DOT com> <200404090306 DOT i3936bV0005400 AT envy DOT delorie DOT com> NNTP-Posting-Host: 152.163.252.163 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1081512746 5539 127.0.0.1 (9 Apr 2004 12:12:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 9 Apr 2004 12:12:26 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJ Delorie wrote in message news:<200404090306 DOT i3936bV0005400 AT envy DOT delorie DOT com>... > > First, a list of FPU commands in AT&T syntax. > > The canonical list is in the GAS source code, specifically > src/include/opcode/i386.h > > > And second, an example of using FPU in inline assembly. I found a > > couple of examples at > > http://www.delorie.com/gnu/docs/gcc/gcc_66.html > > But I'd like a little more info if it's availible, thank you. > > The DJGPP library sources are probably your best bet, although they're > more assembler files than anything else. Install djlsr203.zip and > look in, for example, src/libc/ansi/math/*.S > > Also, src/libemu/src/emu387.cc has a few inline asms. Thank you. Actually, I already have the source code files so I don't need to download them. I was looking through them, but in the wrong directories because I only found C files, like the ones in D:\DJGPP\djlsr203\src\libm\math\. Anyway, thanks for the help, I'll take a look at the files.