Date: Tue, 3 Nov 1998 17:01:42 -0500 (EST) Message-Id: <199811032201.RAA03343@indy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <363F7C75.5852E3B5@vlsi.com> (message from Charles Marslett on Tue, 03 Nov 1998 14:58:13 -0700) Subject: Re: Inlining math functions and ANSI/Posix Reply-To: djgpp-workers AT delorie DOT com > > andb $69,%ah > > cmpb $64,%ah > Actually, I'm just as unfamiliar, but if the two lines I bracketed above > AND the FP status byte with 0x69 and then compare it with 0x64, the result No, those are decimal. If they wanted them to be hex, they'd have written $0x45 and $0x40.