home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / READ.ME < prev    next >
Encoding:
Text File  |  1996-12-24  |  2.4 KB  |  52 lines

  1. This directory contains programs that may be of use to you.  They may
  2. also serve as useful examples.  The following directories are provided:
  3.  
  4.    abslink  - Contains source code for an "absolute linker" program.  An
  5.               absolute linker binds an AmigaDOS executable to a fixed
  6.               memory address.  This is useful if you are generating ROM
  7.               images or images for use with an embedded system.
  8.  
  9.    CED      - Contains macros for use with the CygnusEd editor.
  10.  
  11.    dirwalker- Contains source code for a useful function that traverses
  12.               a directory tree for you.  You supply callback functions
  13.               and dirwalker() will call you for each file and directory
  14.               in the specified tree.
  15.  
  16.    dismem   - Contains a disassembler that can disassemble flat files
  17.               containing 68000 code.  Useful for disassembling the output
  18.               of abslink, above.
  19.  
  20.    Enforcer - Contains the distribution archive for the Enforcer utility,
  21.               which tracks down accesses to illegal addresses on Amigas
  22.               with an MMU (68020 or higher only).
  23.  
  24.    MKMK     - Contains the source code to the MKMK makefile generator
  25.               utility.
  26.  
  27.    Memlib   - Contains source code to a link library that can help you
  28.               track down memory-trashing problems in your code.
  29.  
  30.    MungWall - Contains the distribution archive for the MungWall utility,
  31.               which also helps you track down memory-trashing problems.
  32.  
  33.    SMFind   - Contains the source code to the SMFind utility, which allows
  34.               you to search for strings in a set of files and get the
  35.               results in the message browser, SCMSG.
  36.  
  37.    sprof    - Contains the source code to the SPROF utility, which profiles
  38.               programs that have been compiled with the PROFILE compiler
  39.               option and linked with one of the standard startup modules.
  40.  
  41.    TTX      - Contains macros for use with the TurboText editor.
  42.  
  43.    ucc      - Contains the source code for a UNIX-like front-end for the
  44.               compiler.  Most of the common UNIX command-line switches are
  45.               accepted, plus any SC command-line option.
  46.  
  47. In addition, the following file is included:
  48.  
  49.    lmktosmake - An AmigaDOS shell script that will attempt to convert
  50.                 Version 5 lmkfiles into Version 6 smakefiles.  This is
  51.                 not guaranteed to work, but it will give you a starting
  52.                 point.