Received: (from major@localhost)
	by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id LAA27104
	for pups-liszt; Tue, 7 Sep 1999 11:10:31 +1000 (EST)
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
	by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id LAA27099
	for <pups@minnie.cs.adfa.edu.au>; Tue, 7 Sep 1999 11:10:25 +1000 (EST)
Received: (from wkt@localhost)
	by henry.cs.adfa.edu.au (8.9.2/8.9.3) id LAA12638
	for pups@minnie.cs.adfa.edu.au; Tue, 7 Sep 1999 11:10:25 +1000 (EST)
From: Warren Toomey <wkt@cs.adfa.edu.au>
Message-Id: <199909070110.LAA12638@henry.cs.adfa.edu.au>
Subject: KE11-A! (was Diff between 11/20 and 11/45?)
To: pups@minnie.cs.adfa.edu.au (Unix Heritage Society)
Date: Tue, 7 Sep 1999 11:10:25 +1000 (EST)
Reply-To: wkt@cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups@minnie.cs.adfa.edu.au
Precedence: bulk

Hi all,
	I've just answered my own question. Reading thru the 11/20
processor handbook, I see the section on the extended arithmetic element,
KE11-A, which is ``an option to perform multiplication, division,
multiple position shifts and normalization significantly faster than
software routines''.

I also see that unit 1 lives at 777300 - 777316, and the date a.out
executable does this:


230:    TRAP 15			time syscall
232:    MOV #177770,@#177314
240:    MOV #47432,@#177300
246:    ADD #5,@#177304
254:    MOV #7,@#177300
262:    MOV @#177302,@#177304
270:    MOV #5,@#177306
276:    ADD #40622,@#177304
304:    MOV @#177304,320
   . . .

So it looks like I need to add KE11-A support to my emulator :-)

Cheers,
	Warren

