home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 477.lha / DeluxeChanger_v1.0 / DeluxeChanger.doc < prev    next >
Text File  |  1991-02-12  |  3KB  |  93 lines

  1.  
  2.  
  3.           DELUXECHANGER V1.0 ENGLISH DOCUMENTATION 
  4.  
  5.              (C) 1990/91 BY ANDREAS RÖPKE
  6.  
  7.             THIS IS PUBLIC DOMAIN SOFTWARE
  8.  
  9. Sense of this program:
  10. DeluxeChanger is a program that converts binary files to source data files.
  11. The type of the source code can be AssemblerBasic or C.
  12.  
  13. Using:
  14. You can start DeluxeChanger from the workbench or from the CLI.
  15. At the beginning there`re four menu points:
  16.  
  17. LOAD BINARY FILE
  18.  
  19. First a requester will be opened. You can choose the file by clicking on a
  20. white colored name. A dark grey entry replaces a directory and a black one is
  21. either a volume or a device. At the top of the window you can see the
  22. directory path and at the bottom the current file. The proportional gadget
  23. scrolls the file entrys up and down. With the CANCEL-button you return to
  24. the main menu and PARENT reads the previous directory entry if there exits
  25. one.
  26. CONTINUE opens the file. DeluxeChanger will call your attention if there
  27. is an error.
  28.  
  29. CONVERT BINARY FILE
  30.  
  31. In this window you must choose the language of the source data file which
  32. shall be created yet. By clicking on the proportional gadget you can adjust
  33. the buffer lenght. You can calc it with the following formula:
  34.  
  35.          lenght of binary file * 3.5 = lenght of buffer
  36.  
  37. CANCEL will cause an interrupt and CONTINUE will do it.
  38.  
  39. SAVE ASCII FILE
  40.  
  41. Well, I mustn`t explain this.
  42.  
  43. QUIT
  44.  
  45. Reallocates the full resources and the program returns to the system.
  46.  
  47. Errors:
  48. No known errors.
  49.  
  50. Technical data:
  51. DeluxeChanger was written on an AMIGA 500 1MB Kickstart 1.3 with DME V1.38
  52. The source code was assembled by the A68k Assembler V2.61
  53. The object code was linked by BLink V6.7
  54.  
  55. DeluxeChanger consists of:
  56.     Sources (dir)           Full source code in five parts
  57.     DeluxeChanger        Binary file that can be executed
  58.     DeluxeChanger.doc    This documentation file
  59.     help.i            My standard include file
  60.  
  61. Not included:
  62. If you want to assemble the source codes you need this main include files:
  63.     exec_lib.i
  64.     intuition_lib.i
  65.     graphics_lib.i
  66.     dos_lib.i
  67. This files can be created with some other Public Domain Prgs, e.g.:
  68.     FixFD            (Fred Fish 183)
  69.            ________________________________
  70.           |                   |
  71.           |      _   Andreas Röpke       |
  72.           |    /| \  Wilhelm-Kunze-Ring 6 |
  73.           |    /_|_/  D-3320 Salzgitter 1  |
  74.           |   /  | \  Germany (W)          |
  75.           |________________________________|
  76.  
  77.