From: Felix Natter Newsgroups: comp.os.msdos.djgpp Subject: Re: does the gnu assembler support FPU instructions? Date: 03 Jul 1999 23:00:06 +0200 Organization: S.u.S.E GmbH, Gebhardtstr. 2, 90762 Fuerth, Germany Lines: 25 Message-ID: References: <377E4B83 DOT FBDCD77B AT planet DOT nl> NNTP-Posting-Host: port190.bonn.ndh.net Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: public.ndh.net 931028148 6871 195.94.93.190 (3 Jul 1999 18:55:48 GMT) X-Complaints-To: abuse AT ndh DOT net NNTP-Posting-Date: 3 Jul 1999 18:55:48 GMT User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Maurice Termeer writes: > can someone help me? and is it ok if i use nasm to code my functions and > then use fpu > instructions? I know nasm supports fpu instructions. consider getting the Intel Architecture Software Developerīs Manuals (three Volumes) to learn how to use fpu operations. Maybe part one, Basic Architecture. I found it diffcult too, because the instructions always (? afaik) operate only on top the so-called stack and when doing an operation with another register, you have to push etc. Seems weird to me. Maybe that guide helps you get it. You can get it from developer.intel.com. BTW, Nasm really did release v0.98. ;-) (they had been announcing it for over a year) -- Felix Natter