home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG034.ARK / READ-ME.DOC < prev    next >
Text File  |  1984-04-29  |  4KB  |  113 lines

  1. By Ward Christensen:
  2.  
  3.      Whenever you get a new piece of software, you want
  4. to see it WORK.  You don't want to have to do a lot of
  5. reading.  Trouble with that attitude, you might miss some
  6. of the more interesting things available.  SAM76 falls into
  7. that category.
  8.      I'm going to tell you enough to at least see your computer
  9. spit somethng back at you under SAM76.  Then I'm going to tell
  10. you to read "BOOK.DOC" and get the documentation.
  11.  
  12.      I found that copies of S.COM which were generated on
  13. one system were not necessarily transportable to another
  14. system.  Trying it, my disks performed some unnatural acts
  15. with the head load solenoid until I smashed reset.  So
  16. I therefore have (wrongly or rightly) deleted the S.COM
  17. file from the disk, and instead suggest you generate your own.
  18.      You generate your own copy of SAM76.COM via the following
  19. procedure (this somewhat duplicates S.DOC):
  20.  
  21. A>ILRAW            which brings in a "raw" SAM76
  22. A>CPMSETL        set up for CP/M running SAM at 100.
  23.             SAM76 comes to life at this point.
  24.  
  25. %bf,g/=            Reads in G.SAM.  If it accesses the
  26.             wrong disk (I was actually running
  27.             on B: for example, and it went to A:
  28.             to get "G.SAM") then type:
  29.     %sdu,1/=    Select disk unit 1 (B:)
  30.     %bf,g/=
  31.  
  32. %G/=            Will run G (upper case - case matters
  33.             almost everywher in SAM76 - incorrectly
  34.             specifying a name due to having the
  35.             wrong case might cause an error
  36.             message, or might just "cr/lf")
  37.  
  38. SAVE 63 S.COM        or B:S.COM
  39.  
  40. You now have a copy of SAM76 to run.  Try the demo
  41. program:
  42.  
  43. S
  44.  
  45. %bf,news/=        Bring in file "news".  If it goes
  46.             to a: and you want b:
  47.     %sdu,1/=
  48.             then try the %bf,news/= again
  49.  
  50. %lt, /=            Will list the texts in memory.  The
  51.             ' ' after the comma is the delimiter
  52.             to use when listing.
  53.  
  54. %vt,P/=            View the text of "P", which is the
  55.             mainline function of NEWS.  It calls
  56.             p1, p2, p3, and p4, then itself again.
  57.  
  58. %A/=            Runs news itself.
  59.  
  60. CP/M users might find SAM76 a little "unfriendly" in that
  61. it uses control-x for line delete instead of control-U, and
  62. that control-s to suspend output, is not implemented.
  63. But one of the ideas of this language it to experiment,
  64. dissect, see what makes a program tick.  Within 1 hour's
  65. experience with SAM76, I rewrote "P" in "NEWS" to pause
  66. for character input before re-executing itself.  Thus the
  67. lack of ^S didn't seem so serious.  
  68.      The more I see the more interesting I get.  I have decided
  69. I'm interested, so the next step will be to send in an order
  70. for the book.  
  71.      Have fun...
  72.  
  73. P.S. I was unable to generate a copy of a COM file which
  74. would successfully run "S NEWS".  It always tried to go to
  75. drive A, while SAM was on drive B:.  I diddled with "%sdu,1/="
  76. to select the B: drive, but was unsuccessful.  Mind you,
  77. I DIDN'T try very hard - just an hours diddling or so.  I'll
  78. await the book before getting more serious.  The DDJ article
  79. from volume 3, issue 1, is a start, but doesn't have
  80. everything, and I'm sure some things have changed since then.
  81.         ----------------
  82.      Now, about that book:  If you have successfully gotten
  83. this far, you must be serious, so get the book!  Here's a
  84. copy of "BOOK.DOC":
  85.  
  86. A 240 page text book entitled:
  87.  
  88. SAM76 The First Language Manual
  89.  
  90. is available {perhaps} from your computer store
  91. and {surely} from the publisher:
  92.  
  93.     SAM76 Inc.
  94.     Box 257 RR1
  95.     Pennington, N. J., 08534
  96.     U.S.A.
  97.  
  98. Price is $15.00 postpaid if cash with order.
  99.  
  100. Otherwise terms are:
  101.  
  102. $30.00 net 30 days (postpaid) plus
  103. $5.00 for each copy of the invoice required by
  104. the purchaser in addition to the original one which
  105. is furnished free of charge. {U. of FLA. please Note}.
  106.  
  107. Details of the language may be found in back issues
  108. of Dr. Dobbs', and Creative Computing.
  109.  
  110. Send a Self Addressed Stamped envelope for a free reference
  111. sheet which lists the commands and gives some examples.
  112.  
  113.