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 / CPMUG031.ARK / TBASIC.J < prev    next >
Text File  |  1984-04-29  |  1KB  |  64 lines

  1.         How to Load Tarbell BASIC
  2.  
  3. If you have Tarbell BASIC on a CP/M disk, simply put the disk
  4. into the drive, and type TBASIC.
  5.  
  6. If you have Tarbell BASIC on cassette (Tarbell, of course),
  7. first examine the listing of the I/O section in Appendix E
  8. of the Tarbell BASIC manual.  
  9.  
  10. Compare the console and cassette I/O routines to the ones you 
  11. normally use in your system, to determine if there are any 
  12. differences.  If there are, mark the necessary changes on
  13. the listing.
  14.  
  15. Using either the bootstrap program or input program in the
  16. Tarbell cassette interface manual, or the Read-Only-Memory
  17. Program, or other monitor, read the Tarbell BASIC interpreter
  18. from the cassette into your main memory, using the starting
  19. address and length which is specified on the cassette.
  20.  
  21. If you need to make changes in the I/O section, now is the
  22. time to do it, using either your front panel DEPOSIT button
  23. or suitable monitor in ROM.  Note that the top of memory
  24. address which is put into location SSSS is done automatically
  25. in CP/M systems, but may need changing for other systems.
  26.  
  27. Start your computer running at the starting address specified
  28. on the cassette, by doing an examine and run at that location,
  29. or by using your ROM monitor to jump to it.
  30.  
  31. You should now get the opening message.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.                 J
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.