home *** CD-ROM | disk | FTP | other *** search
- DataToAOF
- ~~~~~~~~
- Purpose: Allows any file to be stored in an AOF file so that it will
- become an integral part of the final image after linking.
-
- Author: (c) Paul Fidler 1992
-
-
- Setup:
- Icon Action/Meaning Default
- ---- -------------- -------
- File Name of file to be stored nil
- (typed or dragged)
-
- Read Only This sets the READONLY bit of the area off
- attributes
- Store length This stores the length of the data file on
- in the AOF file
- Store Data as This makes the data's symbol a pointer. on
- pointer Set it if you wish to use the data as a
- C array. If the data is to be accessed
- from Assembler, it is probably better not
- to use this option. See Guide for details
-
- Data's symbol This sets part of the name by which your ""
- data is referenced from within your program
- Length's symbol This sets part of the name of the variable "_length"
- used to store the length of the data file
- in your program
- Prefix leafname This prefixes the leafname of the data file on
- to both 'Data's symbol' and 'Length's symbol'
- Append leafname This is as for 'Prefix leafname' except that off
- the leafname is appended
- Omit leafname This ensures that neither symbol is altered off
- by the leafname.
-
-
- N.B. If neither 'Prefix leafname', 'Append Leafname' or 'Omit leafname'
- is set, then 'Prefix leafname' is assumed by default.
-