The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Unix V6: Assembler Listings
@ 2020-06-11 11:38 Paul Riley
  2020-06-11 12:55 ` Clem Cole
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Riley @ 2020-06-11 11:38 UTC (permalink / raw)
  To: tuhs

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

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*

[-- Attachment #2: Type: text/html, Size: 722 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [TUHS] Unix V6: Assembler Listings
@ 2020-06-11 15:26 Paul Ruizendaal
  2020-06-11 15:57 ` Warner Losh
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Ruizendaal @ 2020-06-11 15:26 UTC (permalink / raw)
  To: TUHS main list, paul


> 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*

I had the same problem. As I was porting to a different mini I had to write a new assembler. As you have undoubtedly seen, early ‘as’ was written in assembler and not so easy to use as a base. Hence I used Richard’s Miller’s AS for the Interdata as a base (available on Tuhs):
https://www.tuhs.org/cgi-bin/utree.pl?file=Interdata732/usr/source/as

Later I discovered that the TUHS archive has source code for the original ‘as’ rewritten in C, a work by Roger Jaeger:
https://minnie.tuhs.org/Archive/Distributions/USDL/Mini-Unix/

Maybe adding a listing module to this version of ‘as’ is another possible route.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-11 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 11:38 [TUHS] Unix V6: Assembler Listings Paul Riley
2020-06-11 12:55 ` Clem Cole
     [not found]   ` <9CCCBCA1-DD64-49EA-AD3E-8E2B9C548B99@icloud.com>
2020-06-11 13:40     ` Clem Cole
2020-06-11 14:56       ` Warner Losh
2020-06-11 15:26 Paul Ruizendaal
2020-06-11 15:57 ` Warner Losh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).