; DIR-DUMP.ASM Version 2.2 ; ; as of 13/11/82 ;============================================================ ; ; To use DIR-DUMP simply type DIR-DUMP on the ; command line. ; ;============================================================ ; ; Layout of screen for DIR-DUMP is :::::: ; ;Us Filename.Typ RSH ExSfSiRc <-----------Group-------------->' ;=============================================================' ; ; Where::::::::: ; ; "Us" is the User assignment for the file. ; ; "Filename" is the ASCII file name. ; ; "Typ" is the ASCII file type. ; ; "R" is the "read only" control bit ; ; "S" is the "system directory" control bit ; ; "R" is the "reserved" (MP/M Ver.1.0) control bit ; ; "Ex" is the "file extension" byte ; ; "Sf" is a CP/M "internal function" byte. ; ; "Si" is a CP/M "internal function" byte ; ; "Rc" is the "record count" byte. ; ; "Group" is the "allocation vector table" for the file. ; ; ; The program will display the disk directory of the logged ; on disk, including all the Hexadecimal information on the ; groups. ; ; ; This program is public domain from the CP/M users group ;modified for a 64 character screen and bugs removed by ;Warwick Ellis (02)8713551