This archive contains the original MIDAS 1.1.2 source and the modified source
for the Alpha NT platform.

The src directory contains the original distribution.
The src_axp\midas directory contains only those modules that have been changed.
That directory also includes a VC6 workspace file and an exported makefile.
There are two subdirectories in src_axp - winrel and windebug that contain
compiled production and debug libraries.

Changes needed for the port were to set some #if pre-processor statements
not to assume an Intel platform when compiling for a Win32 environment.
This causes the library to default to C language routines where there
are Intel x86 assembler routines that are usually used for speed and it
disables the library profiling functions as they are written in assembler.
I have not needed to write Alpha equivalents for those functions as the
default code produced by VC6 works quite well on my 533Mhz 21164A... :)
(However, should you feel up to the task, they do appear to be quite
small.)

If you have any comments or questions about the changes, please feel free
to contact me at ayoung@teleport.com.

- Alan