The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] PDP-7 Unix: The B compiler works
@ 2016-03-23 19:28 Warren Toomey
  2016-03-23 22:02 ` Dario Niedermann
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Warren Toomey @ 2016-03-23 19:28 UTC (permalink / 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!


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

end of thread, other threads:[~2016-03-25 20:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-23 19:28 [TUHS] PDP-7 Unix: The B compiler works Warren Toomey
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

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).