X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Floating-point operations Date: 12 Jan 2002 20:40:57 GMT Organization: Aachen University of Technology (RWTH) Lines: 22 Message-ID: References: <004101c197c4$5e3377a0$1400a8c0 AT alex> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1010868057 10136 137.226.32.75 (12 Jan 2002 20:40:57 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 12 Jan 2002 20:40:57 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex Oleynikov wrote: > 1.Regarding representation of the floating-point numbers in binary format: > Does DJGPP store single- and double-precision FP numbers in IEEE-754 format? It's not exactly DJGPP that decides this, but rather the Intel FPU itself. But yes, it is indeed IEEE-754. > 2.How can I correctly instruct RHIDE to use a certain output format for > watching contents of variables? I know different specifiers (e.g. /x /t /f > etc.), but how can I get an exact memory dump of a certain variable (in > other words, how can I use GDB's examine command for a variable) ? If all else fails, you can always open the internal GDB command window of RHIDE and type your "examine" commands there. > Thank you -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.