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 / STARLET / GENIENEC / STARPRO1.TXT < prev    next >
Text File  |  2000-06-30  |  11KB  |  300 lines

  1.  
  2. Collected messages concerning the NEC Starlet PC-8401 and PC-8500
  3. from GEnie's Laptops RoundTable 1985 to May 1989
  4.  
  5.  ************
  6.   Fri Oct 30, 1987
  7. MORTIMER [.^Dave^.] 
  8. Sub: Starlet NEC 8401 & E-Basic programming 
  9. Comments, tips, help for programming the Starlet NEC 8401A in E-Basic and
  10. using EBAS as well as ERUN.COM.
  11.  ************
  12.  ------------
  13.  Fri Oct 30, 1987
  14. MORTIMER [.^Dave^.]  
  15.  
  16.  Say hey thar Starlet crew!  Wednesday evening I picked up an NEC 8401A, which
  17. I'd never laid eyes on afore now. Also, I've never played around with CP/M in
  18. the least bit [or byte].
  19.  
  20.   This afternoon I conquered the mysteries of getting reverse video, cleared
  21. screen, and cursor positioning done from E-BASIC.  Standby for some new
  22. programs for your Starlet!
  23.  
  24.   Would appreciate hearing from folks with Starlet E-BASIC experience that
  25. have covered the ground already. Methinks I'm ready to do some real
  26. programming, but all hints/tips would be welcomed!
  27.  
  28.  Lotza fun programming ...
  29.      the Laptops way ...
  30.                              .^Dave^.
  31.  
  32.  ------------
  33.  Sun Feb 14, 1988
  34. A.LAVIOLETTE  
  35.  
  36. WITH ONLY 32K ON THE STARLET, THERE IS NO WAY TO DOWNLOAD  EBASIC.LIBR (37K).
  37. SO, IS EBAS THE ONLY WAY TO CREATE .INT FILES IN WORDSTAR?
  38.  ------------
  39.  Sun Feb 14, 1988
  40. A.LAVIOLETTE  
  41.  
  42. What about ERUN.COM? Can we create .INT files in Wordstar to use with
  43. ERUN.COM, without using EBAS.COM? Or is there any other way? With thanks, Andr
  44. Laviolette
  45.  ------------
  46.  Sun Feb 14, 1988
  47. MORTIMER [.^Dave^.]  
  48.  
  49. Andre:
  50.  
  51.   Nope, ERUN.COM can do it's work ONLY on the .INT files that can be prepared
  52. ONLY by the EBAS.COM program. Methinks you're rapidly finding that you need to
  53. expand your Starlet with either a disk drive or RAMpack from Node Systems.
  54.  
  55.   With your current capacity, ZBAS is your best bet for fooling around and
  56. creating your own programs. Forgot about size when I steered you to the
  57. EBASIC.LBR file. Within that library file is EBAS.COM at 12K; the ERUN.COM you
  58. have is 11K plus. Thus, for you to create BASIC-E programs using just the 32K
  59. that you have, you'd have to:
  60.  
  61.   1) Write your program in WordStar non-document mode to have an ASCII source
  62. code.
  63.   2) Load your EBAS.COM to compile your THISUN.BAS into THISUN.INT
  64.   3) Kill EBAS.COM
  65.   4) Load your ERUN.COM and test your program with: ERUN THISUN.INT
  66.   5) First few dozen tries, your program would crash with many errors.
  67.       IF NOT SUCCESS THEN 6 ELSE 9
  68.   6) Kill ERUN.COM
  69.   7) Edit your THISUN.BAS in WordStar non-document mode.
  70.   8) GOTO #2
  71.   9) Success? Wild cheers and whoops of joy!
  72.  
  73.   Even WITH a full 64K mode capacity, programming with EBAS requires much,
  74. much patience. That's why methinks ZBAS.COM might be better for you. By next
  75. weekend, I'm expecting to have more help files/programs here.
  76.  
  77.  Enjoy programming ...
  78.       the Laptops way ....
  79.                          .^Dave^.
  80.  ------------
  81.  Sat Nov 19, 1988
  82. J.LEVINSON  
  83.  
  84. Is it posible to download an 8401 program to my Mac and then download it to   
  85. to my 8401?  Sort of using the Mac's disk for storage.
  86.  ------------
  87.  Sun Nov 20, 1988
  88. MORTIMER [.^Dave^.]  
  89.  
  90. J.L.:
  91.  
  92.    That's what I do a lot with my PC-compatible; I've had no trouble
  93. transferring files via the Starlet's TELCOM program using it's Xmodem protocol
  94. and my fast file transfer program on my PC-compatible. Thus, all you need to
  95. figure out is your Mac's set up to do the same thing. Just make sure your Mac
  96. and your Starlet agree on SETUP; I use 8 bits, no parity, one stop bit,
  97. protocol on for all my fast file transfers with the baud rate at 9600.
  98.  
  99.  Transferring ...
  100.    the Laptops way ...
  101.                      .^Dave^.
  102.  ------------
  103.  ************
  104.  Sun Feb 21, 1988
  105. MORTIMER [.^Dave^.]  
  106. Sub: Starlet NEC PC-8401 & ZBASIC programs  
  107. For help, tips, information on programming the Starlet in ZBASIC from Zedcor.
  108. Please do not confuse the North Star-like ZBAS.COM public domain program with
  109. ZBASIC which is an advanced interactive Basic compiler.
  110.  ************
  111.  ------------
  112.  Sun Feb 21, 1988
  113. MORTIMER [.^Dave^.]  
  114.  
  115.  Okay Starleteers! You've seen some programs up in Library 8 that have been
  116. written in ZBASIC. Now we've had a major breakthrough!
  117.  
  118.  Pat Harrington has come up with the solution to accessing the Starlet's
  119. clock. As we knew, it requires a machine language call.  Though I could be
  120. wrong, most likely ZBASIC is the only way that the clock will be accessible.
  121.  
  122.  Most likely, the same means [demonstrated in ZBCLOCK.BAS] will lead us to
  123. doing graphics work of suitable quality.
  124.  
  125.  Please, please keep in mind that ZBASIC is totally different from, and
  126. unrelated to, the public domain program ZBAS.COM. Unfortunately, the
  127. documentation, ZBAS.DOC, uses the term ZBASIC when it means ZBAS.
  128.  
  129.  ZBASICing ...
  130.    the Laptops way ...
  131.                      .^Dave^.
  132.  ------------
  133.  Tue Mar 01, 1988
  134. MORTIMER [.^Dave^.]  
  135.  
  136.  Graphically speaking, Pat Harrington has done it again! GRAPH.COM in Library
  137. 8 shows WHAT can be done in ZBasic with graphics, while the companion
  138. GRAPH.BAS shows HOW  it is done.
  139.  
  140.  Starlet 64K mode required; ZBASIC.COM required for playing with *.BAS files
  141. but not for running .COM files. Iteration: not ZBAS.COM.
  142.  
  143.  Didn't experiment to see if the demo version of ZBASIC could handle the
  144. GRAPH.BAS file - someone holler their results!
  145.  
  146.  Applications programs folks?
  147.  Applying ....
  148.    the Laptops way ...
  149.                      .^Dave^.
  150.  ------------
  151.  Sun Jul 24, 1988
  152. MFS  
  153.  
  154. Dave,
  155.  
  156. After trying my luck with Zbas and E Basic, I'd like a little more info on
  157. ZBasic.  I assume it has many more functions available.  Could you list some
  158. of these and other advantages. I realize it is a commercial program.  Is the
  159. price right?
  160.  
  161.  -Mark-
  162.  ------------
  163.  Sun Jul 24, 1988
  164. MORTIMER [.^Dave^.]  
  165.  
  166. Mark:
  167.      Have you picked up ZBDEMLAP.LBR, file 1645?  Methunked that had a lot of
  168. info and capabilities, except that you can't compile a program with that
  169. demonstration version. The "price is right" for ZBASIC from Zedcor IF you have
  170. expanded your RAM to at least 128K or have a disk drive so that you can use
  171. 64K mode of operation.  Otherwise, you're very limited - as an example, note
  172. that ASCII.COM here will run in 32K but the parent program, STARLET.COM,
  173. requires 64K mode of operation.
  174.       Hollar at me more if you've got all you can from the demo program.
  175.  Lotza fun ...
  176.   ZBasicing ....
  177.      the Laptops way ...
  178.                        .^Dave^.
  179.  ------------
  180.  Sun Jul 31, 1988
  181. MFS  
  182.  
  183. Dave: I'll download the demo file tonight and have look. I do have the 128K
  184. ram cart, so 64K mode is available. Thanks. -Mark-
  185.  ------------
  186.  Sun Nov 27, 1988
  187. S.PLATYPUS  
  188.  
  189. dave, where is zbasic from?? where is it marketed and what does it cost?? I
  190. have plenty of ram carts but I am also wondering where or how we get to 64k
  191. mode  on the 8500 help? platypus
  192.  ------------
  193.  Mon Nov 28, 1988
  194. MORTIMER [.^Dave^.]  
  195.  
  196. Dan:
  197.     Maybe I'm misinformed, but I was under the impression that the 8500 was
  198. VERY like the Starlet 8401 in major matters. To switch from 32k mode to 64k
  199. mode it is necessary to have either RAM expansion or disk drive already
  200. connected and ready.  With that done, you should press SHIFT-f2, the "Option"
  201. key, and then f4, the "Mode" key.  If your setup is capable of 64k, you'll be
  202. advised that you'll lose internal RAM files - if okay, then you're all set.
  203.  
  204.      In Library 8 there is the ZBDEMLAP.LBR file with a demonstration version
  205. of Zbasic - it is fully operational except that you cannot compile .BAS
  206. programs into .COM programs the way that I've done. Full information is within
  207. that file - which needs 64k mode to use.
  208.  
  209.  Listening ...
  210.    the Laptops way ...
  211.                      .^Dave^.
  212.  ------------
  213.  ************
  214.  Tue Mar 15, 1988
  215. A.LAVIOLETTE         
  216. Sub: Starlet NEC PC-8401A and ZBAS.COM      
  217. Comments, tips, help for programming the Starlet in ZBAS.COM.
  218.  ************
  219.  ------------
  220.  Tue Mar 15, 1988
  221. A.LAVIOLETTE  
  222.  
  223. ZBAS.DOC refers to North Star Basic stating that ZBAS is fully compatible with
  224. it. I would be interested in obtaining any documentation of the North Star
  225. Basic syntax. I am especially interested in the display commands (PRINT, TAB
  226. (?), punctuation (,;:)), in order to understand how to control screen output.
  227. ZBAS.DOC (File #1538 in Library 8) is silent about that.
  228.  ------------
  229.  Sun May 01, 1988
  230. MFS  
  231.  
  232. As a new owner of an 8500 and a beginning programmer, I would also be
  233. interested in more documentation for ZBAS, and opinions on other alternatives.
  234.  
  235. -Mark-
  236.  ------------
  237.  Sat Nov 19, 1988
  238. D.WALTERS6  
  239.  
  240. Does anyone know where I can get good documentation for ZBAS.COM? i HAVE the
  241. program, but only micro-documentation. HELP!!!!
  242.                              Sincerely,
  243.  
  244.                                Dan Walters
  245.  ------------
  246.  Sat Nov 19, 1988
  247. MORTIMER [.^Dave^.]  
  248.  
  249. Dan:
  250.  
  251.    If you have ZBAS.DOC [file 1538] from our Library 10, that is as good as it
  252. gets - to the best of my knowledge.  Perhaps you could find a library book on
  253. Northstar Basic which could help.
  254.    Suggest that you take a hard look at ZBasic from Zedcor, which has no
  255. relation to ZBAS.  See file 1645, ZBDEMLAP.LBR, which is a fully operational
  256. demonstation version of ZBASIC.COM except that you cannot compile programs the
  257. way I've done for you Starlet folks with the .COM programs here that are
  258. Starlet specific.  ZBasic does need 64k mode, so either RAM expansion or a
  259. disk drive is necessary for use.  Most of my programming has been done with
  260. Node's 128k Datapac, but I've also used the NEC 8431A disk drive.
  261.  
  262.  Programming ...
  263.    the Laptops way ...
  264.                      .^Dave^.
  265.  ------------
  266.  Sat Nov 19, 1988
  267. D.WALTERS6  
  268.  
  269. dave, I cannot believe you replied to my inquiry while I was online. WOW!  I
  270. have an NEC 128K RAM/ROM cartridge, but don not believe it will allow 64K
  271. mode.  I don't have any docs for the cartridge yet, so I'm not sure.
  272.  
  273. Thanks for your help!
  274.  
  275.                                Sincerely,
  276.  
  277.                                Dan Walters
  278.  ------------
  279.  Sat Nov 19, 1988
  280. MORTIMER [.^Dave^.]  
  281.  
  282. Dan:
  283.  
  284.     Not familiar with the NEC cartridge, but it SHOULD permit 64k mode
  285. operation even if it only has banks of 32k.  Best thing to do is TRY it! Don't
  286. need documents other than the Starlet manual.
  287.     From the main system menu, press Shift/f-2 and then f-4; if you have your
  288. cartridge installed, it will let you go to 64k mode after asking if it is okay
  289. to lose the files in normal RAM.
  290.  
  291.      When I started this reply, you were still down here. But most likely you
  292. won't get THIS one until you return.
  293.  
  294.  Explicating ...
  295.    the Laptops way ...
  296.                      .^Dave^.
  297.  ------------
  298. Prepared for GEnie's Laptops RoundTable
  299. 21-May-1989
  300.