Received: (from major@localhost)
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id OAA06821
	for pups-liszt; Wed, 8 Apr 1998 14:11:10 +1000 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups@minnie.cs.adfa.oz.au using -f
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id OAA06815
	for <pups@minnie.cs.adfa.oz.au>; Wed, 8 Apr 1998 14:11:04 +1000 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id OAA03122; Wed, 8 Apr 1998 14:12:29 +1000 (EST)
From: Warren Toomey <wkt@henry.cs.adfa.oz.au>
Message-Id: <199804080412.OAA03122@henry.cs.adfa.oz.au>
Subject: Re: Floating Point-How Important to Unix?
To: grog@lemis.com (Greg Lehey)
Date: Wed, 8 Apr 1998 14:12:29 +1000 (EST)
Cc: edgee@cyberpass.net, pups@minnie.cs.adfa.oz.au
In-Reply-To: <19980408133357.40721@freebie.lemis.com> from Greg Lehey at "Apr 8, 98 01:33:57 pm"
Reply-To: wkt@cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups@minnie.cs.adfa.oz.au
Precedence: bulk

In article by Greg Lehey:
> Considering that
> floating point was an option, I find it hard to believe that so many
> programs, in particular things like tar, would use FP.

I know zip all about PDP-11 FP, but I know that when I was getting my
Apout V7 simulator working (which doesn't do FP, by the way), I had to
at least emulate setd, because crt0 in V7 starts with:

start:
        setd
        mov     2(sp),r0
        clr     -2(r0)

	Warren


