home *** CD-ROM | disk | FTP | other *** search
- This is disk 237 of the freely distributable AMIGA software library.
- Below is a listing of the significant directories and their contents.
-
-
- CLIPrint An example of printing to the CLI from assembly code.
- Includes source (of course).
- Author: Jeff Glatt
-
- CType Another text file reader, but this one is small, reasonably
- fast, and includes bi-directional scrolling, search, go to
- a given percentage, and printing capabilities. Version 1.0,
- includes source in assembly.
- Author:
-
- DPlot A simple display program for experimental data, with the
- goals of supporting paging through lots of data and
- providing comfortable scaling and presentation. Version
- 1.0, source available from author.
- Author: A. A. Walma
-
- ILBMLib A shared library (ilbm.library) to read/write IFF files,
- derived from the EA IFF code, along with various
- enhancements. Includes examples of using the library
- from C code, assembly code, or BASIC, along with source
- for examples and interface code.
- Author: Jeff Glatt
-
- ParOut Shows how to allocate and communicate directly with the
- parallel port hardware from an assembly language program.
- Includes source.
- Author: Jeff Glatt (original C code by Phillip Lindsay)
-
- Speed A performance benchmark useful for comparing Amiga
- processing speeds. Performs 10000 iterations of some
- selected groups of 68000 instructions while using the
- DateStamp time function to record how many ticks it takes
- to complete. This timed duration is then compared against
- two known prestored times, one for a stock A2000 Amiga and
- one for an A2620 enhanced A2000. A relative comparison
- is calculated and displayed. Version 1.0, includes source
- in assembly language.
- Author: Jez San
-