A shared library for Commodore Amiga written in Motorola 68020 assembly language. Provides 50+ functions for graphics, file I/O, memory management, UI, and more. Compatible with KickStart 3.0+.
The Assembly Library is organized into specialized modules, each providing a focused set of functions.
Exec
Memory management, linked lists, and node operations.
DOS
File I/O, disk info, checksums, and line input.
Graphics
BitPlanes, RastPort, drawing, color maps, and formatted text.
Libraries
String processing, character filtering, and IFF/AIFF support.
Math
Decimal, hexadecimal, and binary conversions.
Intuition & GadTools
UI gadgets, custom requesters, and interface management.
REI Interface
Custom windowing system with event-driven messaging.
C Interface
Full C prototypes and pragma declarations for SAS/C.