Received: (from major@localhost)
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id AAA09975
	for pups-liszt; Thu, 23 Apr 1998 00:31:34 +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 mail1.kcnet.com (ns2.kcnet.com [206.102.152.3])
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id AAA09965
	for <pups@minnie.cs.adfa.oz.au>; Thu, 23 Apr 1998 00:31:25 +1000 (EST)
Received: from jody (pm1x13.kcnet.com [12.10.14.46])
	by mail1.kcnet.com (8.8.7/8.8.5) with SMTP id JAA01741;
	Wed, 22 Apr 1998 09:31:10 -0500
Message-Id: <199804221431.JAA01741@mail1.kcnet.com>
Comments: Authenticated sender is <edgee@cyberpass.net>
From: "Ed G." <edgee@cyberpass.net>
To: Milo Velimirovic <milov@toes.its.uwlax.edu>
Date: Wed, 22 Apr 1998 09:31:05 -0400
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: Floating Point-How Important
Reply-to: edgee@cyberpass.net
CC: pups@minnie.cs.adfa.oz.au
X-mailer: Pegasus Mail for Win32 (v2.42)
Sender: owner-pups@minnie.cs.adfa.oz.au
Precedence: bulk

> Unless the program is running on an -11 with separate I and D spaces. In any
> event there is NO guarantee that the data will follow the text of the program. 

Good point.  I hadn't thought of this.

> >Is there such a thing as PC relative mode for the jmp op 
> >code?  In other words, can you make long + or -32K relative jumps on 
> >the PDP-11? If so, this too could potentially confound my estimates.
> 
> Yes. the JMP and JSR instruction both are capable of using the full range of
> addressing (except for register mode) as their destination.

Can you give me some examples as well as your reason for using that 
particular mode?

Would these be a valid instructions?

jmp -10000(pc) ; jump backwards 10000 bytes
jmp 10(r5); jump ten bytes past the location pointed to by r5
jmp @500(pc); jump to the address contained in the location pointed 
to by the sum of 500 and the pc

Ed

