home *** CD-ROM | disk | FTP | other *** search
-
-
- DELUXECHANGER V1.0 ENGLISH DOCUMENTATION
-
- (C) 1990/91 BY ANDREAS RÖPKE
-
- THIS IS PUBLIC DOMAIN SOFTWARE
-
- Sense of this program:
- DeluxeChanger is a program that converts binary files to source data files.
- The type of the source code can be Assembler, Basic or C.
-
- Using:
- You can start DeluxeChanger from the workbench or from the CLI.
- At the beginning there`re four menu points:
-
- LOAD BINARY FILE
-
- First a requester will be opened. You can choose the file by clicking on a
- white colored name. A dark grey entry replaces a directory and a black one is
- either a volume or a device. At the top of the window you can see the
- directory path and at the bottom the current file. The proportional gadget
- scrolls the file entrys up and down. With the CANCEL-button you return to
- the main menu and PARENT reads the previous directory entry if there exits
- one.
- CONTINUE opens the file. DeluxeChanger will call your attention if there
- is an error.
-
- CONVERT BINARY FILE
-
- In this window you must choose the language of the source data file which
- shall be created yet. By clicking on the proportional gadget you can adjust
- the buffer lenght. You can calc it with the following formula:
-
- lenght of binary file * 3.5 = lenght of buffer
-
- CANCEL will cause an interrupt and CONTINUE will do it.
-
- SAVE ASCII FILE
-
- Well, I mustn`t explain this.
-
- QUIT
-
- Reallocates the full resources and the program returns to the system.
-
- Errors:
- No known errors.
-
- Technical data:
- DeluxeChanger was written on an AMIGA 500 1MB Kickstart 1.3 with DME V1.38
- The source code was assembled by the A68k Assembler V2.61
- The object code was linked by BLink V6.7
-
- DeluxeChanger consists of:
- Sources (dir) Full source code in five parts
- DeluxeChanger Binary file that can be executed
- DeluxeChanger.doc This documentation file
- help.i My standard include file
-
- Not included:
- If you want to assemble the source codes you need this main include files:
- exec_lib.i
- intuition_lib.i
- graphics_lib.i
- dos_lib.i
- This files can be created with some other Public Domain Prgs, e.g.:
- FixFD (Fred Fish 183)
- ________________________________
- | |
- | _ Andreas Röpke |
- | /| \ Wilhelm-Kunze-Ring 6 |
- | /_|_/ D-3320 Salzgitter 1 |
- | / | \ Germany (W) |
- |________________________________|
-
-