ML64 Integer Library

Last update: 12th December 2000


Monster long 64 (no version)
Author: David Duncan Ross Palmer
License: GNU GPL

Description: This obsolete library allows one to loop in order to use 64-bit integers in 16-bit and 32-bit platforms. It performs poorly and will continue to do 32-bit math on a 64-bit processor. If you must use 64-bit integers under a 16-bit platform such as real mode DOS or protected mode in a 286, you may find a use for this library under limited circumstances but please be aware that it is not efficient. Please note that that the special functions must be used, so it would take a bit of work to get existing code using this library. It is porbably no good for backporting already existing 64-bit code.

DOWNLOAD   <-- Grab source here.

Known problems with this release. Many functions missing. Very inefficient.