The "C" version of the ALDS Z80 cross-assembler and linker are organized here as follows: assembler/* The ALDS Assembler linker/* The "linkz80" (formally "link") linker. Within each of these areas you will find these subdirectories: src/* Source files, tags and Makefiles for both ports. obj/xenix3.68k/* .o files and log files from the "make" execution for the XENIX System III 68000 environment. bin/xenix3.68k/* Executable binary "alds" for the XENIX System III 68000 environment. obj/freebsd.x86/* .o files and log files from the "make" execution on a FreeBSD version 6.1 x86 platform. bin/freebsd.x86/* Executable binary "alds", usable in a FreeBSD 6.x x86 or compatible environment. samples/* Test Z-80 assembly language input files, and the resulting output, listing files and run log files. TAR compilations assembler.3sep2007.tar The assembler/* tree linker.3sep2007.tar The linker/* tree release.3sep2007.tar Everything This release is dated 3-Sep-2007. CAUTION This software was written in the early days of C compilers and C programming, and as such this software does not consistently employ techniques to avoid buffer overflows and other issues that could create security problems. To avoid problems, the executables should not be given any setuid privileges. Frank Durda IV