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

  1. PROGRAM NAME     : BBC Micro Binary-to-Hex converter
  2.  
  3. MACHINE REQUIRED : BBC Micro with BASIC 2 or later
  4.  
  5. FILES NEEDED     : [.tools]bbchex.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.                    binary files into the Intel hex form that they are stored
  17.                    in on this VAX.
  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 the binary file you want
  22.                    to convert). It then asks for the name of the output
  23.                    file, which will be in Intel hex format. 
  24.  
  25.                    You can use this utility to convert any binary programs that
  26.                    you want to submit to the distribution service over JANET.
  27.