home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / 6502 / archivers / d99deh.msg < prev    next >
Text File  |  1991-11-18  |  1KB  |  26 lines

  1. PROGRAM NAME     : BBC Micro HEX-to-Binary converter
  2.  
  3. MACHINE REQUIRED : BBC Micro with BASIC 2 or later
  4.  
  5. FILES NEEDED     : [.TOOLS]BBCDEHEX.BAS
  6.  
  7. WRITTEN BY       : Alan Phillips,
  8.                    Department of Computing,
  9.                    Lancaster University
  10.  
  11. CONTRIBUTED BY   : The author
  12.  
  13. DATE MOUNTED     : 13/11/86 (permanently available)
  14.  
  15. DESCRIPTION      : This is a short BASIC program that can be used to convert
  16.                    BBC binary files from the Intel hex form that they are
  17.                    stored in on the VAX, back to the original binary.
  18.  
  19. NOTES            : Once you have the file on your machine, *EXEC it to form
  20.                    a runnable BASIC program. The program asks you for the name
  21.                    of the input file (which will be one of the .HEX files
  22.                    you've picked up). It then asks for the name of the output
  23.                    file, which will be in the original binary format. See the
  24.                    description of the package you're picking up for details
  25.                    of what the output file name needs to be.
  26.