The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: wkt@tuhs.org (Warren Toomey)
Subject: [TUHS] PDP-7 Unix: The B compiler works
Date: Thu, 24 Mar 2016 05:28:20 +1000	[thread overview]
Message-ID: <20160323192820.GA28296@minnie.tuhs.org> (raw)

We've got the B compiler working. Robert Swierczek gets all the credit.
Cheers, Warren

@ ls -l .
00004 drwr- 04 777 00050 dd      
00003 drwr- 03 777 00340 system  
00046 srwr- 01 014 00130 b_readme
00047 lrwr- 01 014 04065 bi.s    
00050 lrwr- 01 014 02016 bl.s    
00051 srwr- 01 014 00073 hello.b 
00052 lrwr- 01 014 03450 ops.s   
00045 drwr- 02 014 00110 .       

@ cat hello.b
main $(
  write('He');
  write('ll');
  write('o,');
  write(' W');
  write('or');
  write('ld');
  write('!*n');
$)

@ bc hello.b hello.s
@ as ops.s bl.s hello.s bi.s
I
II
ops.s   
bl.s    
hello.s 
bi.s    

@ a.out
Hello, World!


             reply	other threads:[~2016-03-23 19:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23 19:28 Warren Toomey [this message]
2016-03-23 22:02 ` Dario Niedermann
2016-03-24  6:50 ` Dave Horsfall
2016-03-24  9:01 ` [TUHS] Teletype simulator? Warren Toomey
2016-03-24 10:21   ` Pierre DAVID
2016-03-24 11:00     ` Clem cole
2016-03-24 11:01       ` Clem cole
2016-03-24 21:39       ` Clem Cole
2016-03-25  3:18         ` Mary Ann Horton
2016-03-25  3:57           ` Charles Anthony
2016-03-25 20:13             ` Mary Ann Horton
2016-03-24 16:37   ` Jacob Goense
2016-03-25  2:18   ` Dave Horsfall
2016-03-25  3:43     ` Greg 'groggy' Lehey
2016-03-25  5:59     ` Jacob Goense

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160323192820.GA28296@minnie.tuhs.org \
    --to=wkt@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).