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]
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]