home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0957.lha / PARex / PARexScripts / HEXDump.prx < prev    next >
AmigaDOS Script File  |  1994-01-16  |  624b  |  18 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "HEXDump"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: HEXDump 39.000 (13.11.93) Hexadecimal dump of file.
  8.  
  9. ; NOTE: if you want to dump to the current shell then call this script in the
  10. ;       following way: ' HEXDump SILENT TO * '. If you want to specify a 
  11. ;       hexdump format, then the formatstr must be the first after the source name. 
  12. ;       E.g. ' HexDump ram:source "%P8: %B8 %A\d164" TO * SILENT '
  13.  
  14. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  15.  
  16. PAREX <FROMFILE> TRACE LOAD HEXDUMP <PAREXARGS>
  17.  
  18.