From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <57ea5e1baed2dc4b766b5c7a962c611b@coraid.com> From: erik quanstrom Date: Tue, 20 Feb 2007 20:00:17 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] NaN(2) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 119deaf4-ead2-11e9-9d60-3106f5b1d025 fwiw, i think the gas construction syntax is this: dd 44 24 04 fldl 0x04(%esp,1) this might be an alignment problem. but that's a wild guess. you could rewrite NaN in assembler and adjust the stack frame by hand. you need a processor manual. - erik