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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2472 invoked from network); 6 Aug 2023 09:57:34 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 6 Aug 2023 09:57:34 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 1836C429FB; Sun, 6 Aug 2023 19:57:25 +1000 (AEST) Received: from relay05.pair.com (relay05.pair.com [216.92.24.67]) by minnie.tuhs.org (Postfix) with ESMTPS id 8DDB6429F5 for ; Sun, 6 Aug 2023 19:57:19 +1000 (AEST) Received: from orac.inputplus.co.uk (79.101.125.91.dyn.plus.net [91.125.101.79]) by relay05.pair.com (Postfix) with ESMTP id 81D291A166D; Sun, 6 Aug 2023 05:57:18 -0400 (EDT) Received: from orac.inputplus.co.uk (orac.inputplus.co.uk [IPv6:::1]) by orac.inputplus.co.uk (Postfix) with ESMTP id 0D9BA220FE; Sun, 6 Aug 2023 10:57:17 +0100 (BST) From: Ralph Corderoy To: scj@yaccman.com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-reply-to: <4726704a3c0e056d6e4d5dd1dc582116@yaccman.com> References: <7C8CADAB-65AA-4841-AFA1-569A9651E56D@planet.nl> <4726704a3c0e056d6e4d5dd1dc582116@yaccman.com> Date: Sun, 06 Aug 2023 10:57:17 +0100 Message-Id: <20230806095717.0D9BA220FE@orac.inputplus.co.uk> Message-ID-Hash: KLSU42G2DM243RVAZVSPNL4O3M7PR2BF X-Message-ID-Hash: KLSU42G2DM243RVAZVSPNL4O3M7PR2BF X-MailFrom: ralph@inputplus.co.uk 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: The Eunuchs Hysterical Society X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Early multiprocessor Unix List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi Steve, > We built an "editor" for a.out files that would read the file in, > respond to a series of requests, relocate the instructions correctly, > and then branch to the line of code that it had been about to execute. What level of granuality were these requests? Could you give a rough example or two. Was it sed like, with labels and testing branches? Did the requests operate on matched instructions instead of lines? -- Cheers, Ralph.