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 / CPMUG025.ARK / TARBELL.DOC < prev    next >
Text File  |  1984-04-29  |  3KB  |  65 lines

  1. Dear Customer,
  2.  
  3. This disk contains useful public-domain (can be copied) CP/M
  4. compatible software.
  5.  
  6. CBIOS24.ASM - Standard input/output system for Tarbell CP/M
  7. and Tarbell Floppy Disk Interface (FDI).  Notice that there
  8. is now a VDM-1 driver in it, which may be activated by
  9. setting the proper EQU's.
  10.  
  11. SBOOT24.ASM - Source for the standard Tarbell FDI coldstart
  12. loader program, set up for 24k.
  13.  
  14. COPY.COM, COPY.ASM - Command and source files for a copy
  15. program from the CP/M user's group, which has been
  16. modified to work with the Tarbell FDI.  To use it, type
  17. "COPY ALL", "COPY SYSTEM", or "COPY DATA".
  18. After typing in the command, it will come back and wait
  19. for a carriage-return so you can put your master and
  20. fresh disks in.  The first form copies the whole disk,
  21. track by track, from A to B.  The second form copies
  22. just the first two tracks, and the third copies all
  23. but the first two tracks.  After it comes back with the
  24. ending message, a carriage-return will do a warm boot,
  25. and an ampersand (&) followed by a carriage-return will
  26. repeat the operation.
  27.  
  28. TAPELIB.COM, TAPELIB.DOC are the command file and
  29. documentation packages for an extensive Tarbell Cassette
  30. Interface-CP/M tape library system, written by
  31. Sam Singer.  It provides capabilities similar to the
  32. new PIP, only for cassette tape.  For example, you
  33. can dump all the files, or all the .ASM files to cassette.
  34.  
  35. DSKCAS.ASM, CASDSK.ASM - These are the sources for simple
  36. Tarbell Cassette-CP/M transfers.  They are somewhat
  37. inefficient compared to those of TAPELIB, since they
  38. use only 128-byte buffers.  They are used by typing:
  39. DSKCAS filename , or CASDSK filename.  Of course they
  40. have to be assembled first.
  41.  
  42. FORMAT.ASM - This program, written by Dick Culbertson,
  43. allows you to completely format a blank or crashed disk.
  44. It wipes out whatever is on the disk, so be sure you
  45. have all the information off the disk that you need.  Also
  46. be sure to remove the disk you have in drive A and
  47. only have the one you want reformatted in there, when it
  48. comes up with it's opening message.  This program also
  49. needs assembling before use.
  50.  
  51. FBIOS24.ASM - This is the assembly-language source for the
  52. dual PerSci version of the Basic Input/Output System.  It
  53. is usually the same as the standard version, except for the
  54. DUAL and FAST EQU statements.  Notice that it also contains
  55. a VDM driver.  Follow the procedure in the CP/M
  56. operating system notes entitled "Making Changes in the CP/M
  57. System" in order to integrate this module into your system.
  58.  
  59. FBOOT24.ASM - This is the assembly-language source for the
  60. dual PerSci version of the coldstart loader program.
  61.  
  62. BASIC.COM, RUN.COM - These are the command modules for 
  63. the BASIC-E compiler and run-time interpreter, written by
  64. Gordon Eubanks, Jr.
  65.