The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on July 17, 2006, 05:36:41 AM

Title: Library update for MASM32.
Post by: hutch-- on July 17, 2006, 05:36:41 AM
I have added two high speed tokenisers to the library, updated the masmlib.hlp file and included the two sort algos that had an error in them.

Unzip the archive into a seperate directory, copy the 4 modules into the m32lib directory of MASM32 and run the MAKE.BAT file to rebuild the library. The updated help file should be placed in the HELP directory overwriting the older version.

[attachment deleted by admin]
Title: Re: Library update for MASM32.
Post by: hutch-- on July 18, 2006, 04:27:30 AM
Here is a sort application that uses both of the tokenisers and both sorts. The tokeniser on the command line is a bit overkill but its simple enough code and it seems to be reliable.

[attachment deleted by admin]