home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / misc / misc.lst
Encoding:
File List  |  1995-03-19  |  2.5 KB  |  38 lines

  1.     ***********************************************************************
  2.    **        T h e   C r a w l y   C r y p t   C o l l e c t i o n        **
  3.    *                            P r e s e n t s                            *
  4.    **                   Miscellaneous Programming Files                   **
  5.     ***********************************************************************
  6.  
  7. BOOTE17S  Modula-2 source code for BOOTEDIT by Remo Hofer which is yet another
  8.           auto folder program and accessory selector.
  9. ISAM      Modula-2 source code for the Isam File Management system.
  10. LINE_F    Optimized LFED 2.0 LineF emulator driver for 68000/68881.  Makes your
  11.           ST think there is a FPU installed in your machine so that you can
  12.           write and test software for that uses an FPU without having to go to
  13.           the expense of installing a real one.  Comes with sample C, Pascal,
  14.           and Assembly code.
  15. M2GEM137  "crystal" is an attempt of a high-portable GEM-library for Modula-2
  16.           systems running under GEMDOS on the Atari ST family of computers.
  17. MAS       Modula-2 Math system.  Contains extensive documentation and help
  18.           files.  All of the source code is included.  A must for Modula-2
  19.           programmers.
  20. PROFILE   Program by David Rowley that monitors another program and reports
  21.           what percentage of time the monitored programs spends in each
  22.           routine.  This will let you find areas of your code that need to be
  23.           optomized.
  24. RS2L_V2   RS2L version 2.0 by M. Saro converts .RSC resource files to source
  25.           files in C or Assembler.  Other programs exist, such as RSC2C or
  26.           RSC2ASM, which are capable of this type of conversion.  However RS2L
  27.           possesses some special features: 1) converts to C or Assembler with
  28.           'object fixation' routine. 2) converts to C or Assembler with
  29.           multiple strings thus allowing multi-lingual resources. The routines
  30.           for changing language are included. 3) while editing a resource,
  31.           objects that are not to be translated can be selected by setting a
  32.           flag or an extended type.
  33. TIMECODE  Timecode, a program intended mainly for the programmer crowd.  It
  34.           lets you time a series of 68000 instructions (entered as short hex
  35.           numbers) which of course should constitute valid (and sensible) code;
  36.           the number of clock ticks it takes this instruction to execute is
  37.           displayed.
  38.