From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f5e2601b for ; Tue, 25 Sep 2018 12:12:46 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D8AC3A1E03; Tue, 25 Sep 2018 22:12:45 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 793419410D; Tue, 25 Sep 2018 22:12:19 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 189259410D; Tue, 25 Sep 2018 22:12:14 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id C235E94106 for ; Tue, 25 Sep 2018 22:12:13 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id C179D18C08D; Tue, 25 Sep 2018 08:12:12 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20180925121212.C179D18C08D@mercury.lcs.mit.edu> Date: Tue, 25 Sep 2018 08:12:12 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] SPARC is CRAPS spelled backwards. X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Arthur Krewat > Also, granted, to this day you can still use only 8-bits of a register: Yeah, but that's not totally useless; lots of byte-organized data out there in the world, e.g. ASCII strings. 16-bit data, less so, although there is some in networking protocols (checksums, ports, etc - although the checksums you _compute_ using bigger chunks). (Not a defense of the x86 instruction set, mind!) Noel