home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol135 / dir-dump.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.2 KB  |  49 lines

  1. ;            DIR-DUMP.ASM Version 2.2
  2. ;
  3. ;            as of 13/11/82
  4. ;============================================================
  5. ;
  6. ;    To use DIR-DUMP simply type DIR-DUMP on the
  7. ;    command line.
  8. ;
  9. ;============================================================
  10. ;
  11. ;      Layout of screen for DIR-DUMP is ::::::
  12. ;
  13. ;Us Filename.Typ RSH ExSfSiRc <-----------Group-------------->'
  14. ;============================================================='
  15. ;
  16. ; Where:::::::::
  17. ;
  18. ; "Us" is the User assignment for the file.
  19. ;
  20. ; "Filename" is the ASCII file name.
  21. ;
  22. ; "Typ" is the ASCII file type.
  23. ;
  24. ; "R" is the "read only" control bit
  25. ;
  26. ; "S" is the "system directory" control bit
  27. ;
  28. ; "R" is the "reserved" (MP/M Ver.1.0) control bit
  29. ;
  30. ; "Ex" is the "file extension" byte
  31. ;
  32. ; "Sf" is a CP/M "internal function" byte.
  33. ;
  34. ; "Si" is a CP/M "internal function" byte
  35. ;
  36. ; "Rc" is the "record count" byte.
  37. ;
  38. ; "Group" is the "allocation vector table" for the file.
  39. ;  The    program will display the disk directory of the    logged 
  40. ; on  disk,  including all the Hexadecimal information on  the 
  41. ; groups. 
  42. ;
  43. ; This program is public domain from the CP/M users group 
  44. ;modified for a 64 character screen and bugs removed by
  45. ;Warwick Ellis (02)8713551
  46.