home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / adump.hlp < prev    next >
INI File  |  1995-04-05  |  2KB  |  51 lines

  1. [ADUMP.HLP  1 page]           ASCII-DUMP
  2.  
  3. ADUMP gives an OCTAL and corresponding ASCII (letters) listing of any file.
  4.  
  5.                         To run ADUMP, type
  6.  
  7.                             R ADUMP
  8.  
  9.   It will ask what file you wish to examine (dump) .
  10.   It will then ask where (what file or device) to send the listing; if you
  11.   simply type <RETURN>, the listing will be displayed on your terminal.
  12.  
  13. Why ADUMP a file?
  14.         A file of text (note the word 'TEXT') is basically made up of
  15.         codes from 000 thru 177 which stand for the letters on the
  16.         keyboard.  Eg: 040 means 'space',  101 means capital 'A'.
  17.         For a full table of these codes, type HELP ASCII.
  18.  
  19.         ADUMP will list the 'TEXT', with the 'codes' below it. That
  20.         way you can see how the 'TEXT' in the file is made, and especially
  21.         how it is stored, 5 letters per 'word'.  In the computer, a 'word'
  22.         can hold 5 letters, like 'COMPU'.  The next word might hold 'TER I'.
  23.         Together, it reads COMPUTER I.
  24.  
  25.         Programs sometimes count characters, and characters that do not
  26.         print (like the code 000) are sometimes hidden in text files.
  27.         Your program may have to count those as characters, if it is
  28.         reading by counting 'words'.  Random access programs do that.
  29.         1022 'create' commands do that.
  30.  
  31. Does ADUMP give the 'word' count?
  32.         The word count is at the left of each line on the listing,
  33.         and counts by 3 (3 words per line ).
  34.  
  35. Are there other codes besides 000 that dont print?
  36.         On the HELP ASCII chart, the first column has many non-printing
  37.         characters.  These are all the <CTRL> characters.
  38.  
  39. Pay special attention to any 000-codes after a CR (return) and LF (linefeed).
  40. These indicate that 000-spacers  (nulls) have been added in order to begin
  41. the next 'record' or 'line' on the beginning of a new 'word'. This is the
  42. main usefulness of ADUMP !  To see whether those NULLS are there, or not.
  43.  
  44. Try it out on your file.  You dont have to let it finish. Type ^C^C anytime.
  45.  
  46. [End of ADUMP.HLP]
  47.  
  48.  
  49. .KJOB
  50. .
  51.