home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1070.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-05-15  |  3.1 KB  |  94 lines

  1. ==========
  2.  
  3. PhxLnk      4.15    AmigaDOS module linker
  4.  
  5. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  6. except of overlay hunks and automatic link vectors (ALV).
  7.  
  8. Implemented functions:
  9. o Links object files and libraries (SAS/C extended libraries also)
  10. o Sections may be forced to Chip-memory
  11. o Small Code, Small Data
  12. o SAS/C-Blink Small Data compatibility available
  13. o '_MERGED' sections are recognized automatically (and coalesced like
  14.   Small Data sections)
  15. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  16. o Debug blocks are removed on request
  17. o Deletes empty sections
  18. o Zero bytes at the end of a section are deleted and appear in the
  19.   HUNK_HEADER block only
  20. o User may define absolute external symbols
  21.  
  22. PhxLnk is FREEWARE.
  23.  
  24. Author: Frank Wille
  25. Path: AmigaLibDisk1070:Programs/PhxLnk/
  26.  
  27. ==========
  28.  
  29. BitOp       2.2    Bit tool; dec-hex-bin conv; calc
  30.  
  31. A tool for creating/editing bitmasks. Also converts dec-hex-bin. And can
  32. be used as a calculator. Performs AND, OR, EOR, ADD, SUB, MUL, DIV, NOT,
  33. NEG, and SL/SR on any one or two numbers.
  34.  
  35. Author: John Corigliano
  36. Path: AmigaLibDisk1070:Programs/BitOp/
  37.  
  38. ==========
  39.  
  40. MemWatcher       1.0    Replaces drip, WB-Displ., Cluster Source
  41.  
  42. MemWatcher's purpose is to control memory loss and memory consumation of
  43. programs under development.  Easy to use Workbench interface.
  44.  
  45. Author: Frank Brandau
  46. Path: AmigaLibDisk1070:Programs/MemWatcher/
  47.  
  48. ==========
  49.  
  50. ACE      2.35    Update (V2.35) of Amiga BASIC compiler
  51.  
  52. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  53. and Blink produces standalone executables.
  54.  
  55. The language defines a large subset of AmigaBASIC but also has many
  56. features not found in the latter such as: turtle graphics, recursion,
  57. SUBs with return values, structures, arguments, include files, a
  58. better WAVE command which allows for large waveforms, external
  59. references, named constants and a variety of other commands and
  60. functions not found in AmigaBASIC.
  61.  
  62. New features in version 2.0 include: gadgets, three standard requester
  63. types, serial I/O and menus (with optional command-keys for menu
  64. items). New commands and functions for this version include EXIT FOR,
  65. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  66. serial I/O at present). INPUT and PRINT can now be used transparently
  67. for all screen/window combinations.
  68.  
  69. All user-defined windows are now fully-configurable and may be used in
  70. conjunction with screens as per AmigaBASIC. Window close event
  71. trapping is also a new feature.
  72.  
  73. In addition to event trapping, ACE now supports WAITing for both menus
  74. and gadgets. Waiting is more operating-system-friendly than event
  75. trapping.
  76.  
  77. A simple graphical front-end (Integrated Development Environment) is
  78. also provided with the archive. This is written in ACE.
  79.  
  80. Author: David Benn
  81. Path: AmigaLibDisk1070:Programs/ACE_Update/
  82.  
  83. ==========
  84.  
  85. ADoc      1.02    Create autodocs and/or texinfo from src
  86.  
  87. The ADOC scanner creates Autodocs or Texinfo source from source code.
  88. It is an enhanced version of Bill Koesters `Autodoc' program as of
  89. 21-Aug-89 which is part of C=ommodore's Native Developer Kit (NDK).
  90.  
  91. Author: Tobias Ferber
  92. Path: AmigaLibDisk1070:Programs/ADoc/
  93.  
  94.