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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10120 invoked from network); 4 Jan 2022 21:39:07 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 4 Jan 2022 21:39:07 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 5BDAA9C704; Wed, 5 Jan 2022 07:39:02 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id AB7509C6E5; Wed, 5 Jan 2022 07:38:50 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="hCA2HJAk"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 4794D9C6E5; Wed, 5 Jan 2022 07:38:48 +1000 (AEST) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by minnie.tuhs.org (Postfix) with ESMTPS id ADAEE94A6B for ; Wed, 5 Jan 2022 07:38:47 +1000 (AEST) Received: by mail-qv1-f52.google.com with SMTP id q3so35658089qvc.7 for ; Tue, 04 Jan 2022 13:38:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+CJUWXaamC6XpTNOO+6HxhPwrxOEWEsCK6miouzxK64=; b=hCA2HJAk1EMyNfcB4Cwby4a2QN31CA/q0Sj9Nz3xdA16aTUkEE1rmY6TFIHVzIo2Ca GQsw4DII5xyKI0jthE66V8w0i5kLgBmbNhLgbvfBSYsruZN+dhHgxhV16lFlwVglVIqI za6kRCSFjmkgQunfWYRP7Dcyu8+/rpfx7w9OY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+CJUWXaamC6XpTNOO+6HxhPwrxOEWEsCK6miouzxK64=; b=QYlXMirrsXcquMWdm08SK7WGTlIrWQzbScDLCuhuj4TT4CvlxHJo4z8m/fUaFlvAUj DKI9w/Dx10IEWsFjwptQPtIX/FxXvPayVd/BBqpmqVDbogEVGc3pO4OpGTVurJVP3DRf ewUaxIScbSzGFGK5IybRzEiR2ybLlG52s9wdH3et7+Vx6n19696rjlE9ZJyuUoL7MNft 7fDoyw27YCvKl4Ppt8uU4uJ6YOpUfEi2EQEBmv0J406Y04YD8FRCHTAdfC5P9pMHp+4C XhTrsArrk4rSdxKAp7XxXXCezBBiX6L1kgKL2mEczm+cMeviZ2hIwIYRRRaGLjmkA6TT bdxQ== X-Gm-Message-State: AOAM530FHP+F0ir4bdrHLo2NBRh5xLRPyVNzkl3fDTHAuIomRcccC6jA fUkKbOn6vX03XgcyeWiIkP0fcXKkkPJU7EnLsONV0w== X-Google-Smtp-Source: ABdhPJxjUSRFpJo92sBKDCNdokizMeNdFf48647BAgqvSzAXSKpglmAb81wy8NHpkDYlVdeQIvNhsXawFbnSG7J+xlY= X-Received: by 2002:a05:6214:1d03:: with SMTP id e3mr46971022qvd.77.1641332326419; Tue, 04 Jan 2022 13:38:46 -0800 (PST) MIME-Version: 1.0 References: <10197622-30fe-7553-2f2d-edc9637ff489@gmail.com> In-Reply-To: <10197622-30fe-7553-2f2d-edc9637ff489@gmail.com> From: Clem Cole Date: Tue, 4 Jan 2022 16:38:20 -0500 Message-ID: To: Will Senn Content-Type: multipart/alternative; boundary="00000000000046623505d4c87644" Subject: Re: [TUHS] asm helper routines in v7 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --00000000000046623505d4c87644 Content-Type: text/plain; charset="UTF-8" On Tue, Jan 4, 2022 at 3:38 PM Will Senn wrote: > 1. Is mesg or an equivalent available in v7? > its not part of the C stdio library and by te > 2. If not, what was the v7 way of putting strings out? > _puts declared as an external > 3. Why aren't the system call names defined? > Ah .. you want the DEC assembler ;-) By the time of V5/V6 assembler is starting to have less importance and by V7, little if anything is left. > 4. What was the v7 way of naming system calls? > _XXX where XXX is the system call declared as a global. --00000000000046623505d4c87644 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Tue, Jan 4, 2022 at 3:38 = PM Will Senn <will.senn@gmail.com= > wrote:
=20 =20 =20
1. Is mesg or an equivalent available in v7?
its not part of the C stdio library and by te
2. If not, what was the v7 way of putting strings out?
_puts =C2= =A0 declared as an external=C2=A0
3. Why aren't the system call names defined?
=
Ah .. you want the DEC assembler=C2=A0;-) =C2=A0 =C2=A0By the time of V= 5/V6 assembler is starting to have less importance and by V7, little if any= thing is left.
4. What was the v7 way of naming system calls?
_XXX =C2=A0where XXX is the system call declared as a global.
<= /div> --00000000000046623505d4c87644--