From: Maynard Philbrook Subject: Re: Read 8087CW Date: 28 Aug 1999 00:00:00 GMT Message-ID: <37C7F430.4425D25@cyberzone.net> Content-Transfer-Encoding: 7bit References: <37c6ffc4@info.xpoint.at> To: Peter Falk X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 28 Aug 1999 10:25:03 -0500, 209.150.16.192 Organization: PC BIT Software MIME-Version: 1.0 Reply-To: jamie@cyberzone.net Newsgroups: alt.comp.lang.borland-delphi here is what i have ... Asm Mov EBX, @Somevariable; FSTCW Word ptr [Ebx]; /// Store Control word; End; -- Set set the FPU -- Asm Mov EBX, @Somevariable; FLDCW Word ptr [EBx]; // Load Control Word; End; Peter Falk wrote: > How can I read the current value of the FPU status , > since the setting goes like Set8087CW but how can I read it? > > -- > "Everything should be made simple as possible, but not simpler" > - > Albert Einstein