home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol115 / cpmdec.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.8 KB  |  51 lines

  1.                               Feb. 19, 1983
  2.  
  3. DOCUMENTATION FOR CPMDEC.FOR
  4.  
  5. Overview:
  6. This program allows handling of 8" single density CPM
  7. format disks on a PDP-11 series computer.  The program makes
  8. use of a menu to allow viewing or printing the directory,
  9. copying files to or from the CP/M disk, erasing files,
  10. initializing the disk, etc.  In the Binary copy mode, the
  11. entire file is copied.  In the ASCII copy mode, the EOF
  12. is detected (in either direction) and translated.  For the
  13. user with many files to translate, the program provides
  14. a loop to copy ALL files from the CP/M disk.  In this case,
  15. a floppy disk in the other drive is used for all output
  16. files (usually, any device in the system can be the
  17. target).
  18.  
  19. Requirements:
  20. PDP-11 series computer with RX-01 or RX-02 disk drives.
  21. RT-11 or TSX-Plus operating system (this program has been
  22.     tested under RT-11 V4 and TSX+ V2.2 and V3.01).
  23. DEC FORTRAN IV V2.5
  24.  
  25.  
  26. Compatibility:
  27. This program makes extensive use of RT-11 system calls,
  28. notably ISPFNW but also LOOKUP, IENTER, and others.
  29. Accordingly, if you want to modify it to run on another
  30. system, you are on your own.  Good luck!
  31.  
  32. Notes:
  33. Due to the extensive use of the USR module (part of the
  34. RT-11 operating system), the program MUST be compiled
  35. /NOSWAP (ie, .FORT/NOSWAP/WARN CPMDEC/LIST).
  36.  
  37. This program occasionally crashes TSX-Plus.  My Theory is
  38. that this problem is related to the USR swapping over the
  39. program, but I am probably wrong.
  40.  
  41. For the user who must manually type this program in
  42. (the problem of distributing a DEC program on a CP/M
  43. format disk) a short version (CPMD2.FOR) is provided.
  44. This program, when run, will automatically copy CPMDEC.FOR
  45. to DK0: (and do nothing else).  Then compile CPMDEC.FOR
  46. and you are ready to go.
  47.  
  48. If you find any bugs, let me know.
  49.      Russ Bakke
  50.      121 Shadow Ridge Rd.
  51.      Stamford, CT 06905
  52.