From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4047 invoked from network); 24 Jul 2023 00:50:49 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 24 Jul 2023 00:50:49 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 12CE042A14; Mon, 24 Jul 2023 10:50:45 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id C2BBE40AE9 for ; Mon, 24 Jul 2023 10:50:30 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id A6C9418C084; Sun, 23 Jul 2023 20:50:29 -0400 (EDT) To: coff@tuhs.org Message-Id: <20230724005029.A6C9418C084@mercury.lcs.mit.edu> Date: Sun, 23 Jul 2023 20:50:29 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Message-ID-Hash: 7I75T5D3PXTMMW6GTTO5HZOE7ATC4LWM X-Message-ID-Hash: 7I75T5D3PXTMMW6GTTO5HZOE7ATC4LWM X-MailFrom: jnc@mercury.lcs.mit.edu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: jnc@mercury.lcs.mit.edu X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [COFF] Re: Seeking Some Books (Primarily Standards) List-Id: Computer Old Farts Forum Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > From: Matt G. > PDP-11/20 Processor Handbook > (EAE manual too if it's separate) Yes and no. There are separate manuals for the EAE (links here: https://gunkies.org/wiki/KE11-A_Extended_Arithmetic_Element https://gunkies.org/wiki/KE11-B_Extended_Arithmetic_Element the -B is the same to program as the -A; its implementation is just a single board, though) but the -11/20 processor handbook (the second version; the one dated 1972) does have a chapter (Chapter 8; Part I) on the EAE. (For no reason I can understand, neither the -11/05 nor the -11/04 processor handbook covers the EAE, even though neither one has the EIS, and if you need multiply/etc in hardware on either one, the EAE is your only choice). Noel