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,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18653 invoked from network); 11 Jun 2020 12:56:17 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 11 Jun 2020 12:56:17 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id DADF7945DF; Thu, 11 Jun 2020 22:56:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CC36A945CB; Thu, 11 Jun 2020 22:55:36 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="ZljQsbAs"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 6E807945CB; Thu, 11 Jun 2020 22:55:34 +1000 (AEST) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) by minnie.tuhs.org (Postfix) with ESMTPS id C6E28945CA for ; Thu, 11 Jun 2020 22:55:33 +1000 (AEST) Received: by mail-qk1-f173.google.com with SMTP id c12so5366869qkk.13 for ; Thu, 11 Jun 2020 05:55:33 -0700 (PDT) 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=CyTvGztAkp9Jvao2M+bzmo2alIMzy/bcJXUqQPDXJdM=; b=ZljQsbAsWHvjjMlcFvQKZepNjIVQE3YRw+bNf3DoBAvg6axROT6p0LZluMMzedX8I9 UFOCbcs+IX8VrJCVXxPzq0ZgFxhzEwt8HRu0eWZsiobJIE8Vo57FOq+cDTQZTqztx8MJ 4TRIgOhSWfs6G4Ntkv8yjLSlCOMJaXELEMXwc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CyTvGztAkp9Jvao2M+bzmo2alIMzy/bcJXUqQPDXJdM=; b=CCDAOqeE49LBb/4wRd4aRDhWF3UYKcH6JCUozt09L254cNqv05CZYmS5RumKvzm3vi Qz8iTbkrnfV08kLC5M40n2b337urYSb53Tu7B7ATDUwtw6u4EFMDYteT36thBUnCz7vI fkgv1+Er0fSw4Jfzfd37F2574Xz1J5LkGeArlblEwtyz69RagJMYTGSRLNGucUMABDgF M9hS94geQOoZI18d3Car73eHoYsCeqEcVXRi6k5CTedENWAUD7LB/HBdpkirKCVmyvUu mTGotwTnci5w7kNrxxB7c/YBYmucVucDf1T850bnWQ1zSdIzTcw5yYLWcT1MMcbegDCg 7dQQ== X-Gm-Message-State: AOAM530nWVWOdXzyLzTE+TJLTQuRWWyUV0hjE4++EZbYey4bR79a4DST Gef2NkpwHOcF4N8qg2scAOgGRL8euU9mVjmisdKOe9yQxc5GEw== X-Google-Smtp-Source: ABdhPJzZTj1sVkWOQjYRs/qt1h/VH2Y6PbSzGU05nypCRbLiOY5xssFBxUdUi7lDl6H8Inqnm/6iELESBWkQVLeIid8= X-Received: by 2002:a37:9d8e:: with SMTP id g136mr8033913qke.25.1591880132680; Thu, 11 Jun 2020 05:55:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Thu, 11 Jun 2020 08:55:06 -0400 Message-ID: To: Paul Riley Content-Type: multipart/alternative; boundary="000000000000d57a5205a7ce7929" Subject: Re: [TUHS] Unix V6: Assembler Listings 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 Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --000000000000d57a5205a7ce7929 Content-Type: text/plain; charset="UTF-8" If you want something like this, there is a DEC Macro-11 compatible assembler in C originally for V6 kicking around. IIRC it was first on the Harvard tape in about 1977-78. Last winter there was a large discussion about it and I believe a fairly current version that can be compiled with modern compilers can be found here: https://github.com/Rhialto/macro11 On Thu, Jun 11, 2020 at 7:39 AM Paul Riley wrote: > Team, > > I am now writing code in assembly for the PDP-11. I remember reading > somewhere that the output from "AS" (my caps) is a bit meagre. I can't find > an option to produce a text listing. Is it possible from AS, using command > options (I can't see one) or perhaps from "LD"? > > Paul > > *Paul Riley* > > --000000000000d57a5205a7ce7929 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
If you want something like this, there is a DEC Macro-1= 1 compatible assembler in C originally for V6 kicking around.=C2=A0 =C2=A0I= IRC it was first on the Harvard tape in about 1977-78.=C2=A0 =C2=A0Last win= ter there was a large discussion about it and I believe=C2=A0a fairly curre= nt version that can be compiled with modern compilers can be found here:=C2= =A0https://github.com/Rhialto/macro11
<= br>
On Thu,= Jun 11, 2020 at 7:39 AM Paul Riley <paul@rileyriot.com> wrote:
Team,

I am now wri= ting code in assembly for the PDP-11. I remember=C2=A0reading somewhere tha= t the output from "AS" (my caps) is a bit meagre. I can't fin= d an option to produce a text listing. Is it possible from AS, using comman= d options (I can't see one)=C2=A0 or perhaps from "LD"?
=

Paul

=
Paul Riley=

=
--000000000000d57a5205a7ce7929--