Hello my fasm friends.  I woke up with a nutty idea and had to make it.
So here is a sorter that puts out the same crap as the original DOS SORT.exe
but it's faster.

It insert sorts a word list of line addresses, using the values of the lines
to sort the words, so the lines never have to be moved.
When the word list is sorted,
 it is used to write the lines to the out file in a stable sorted order.
Except the blank lines are removed, as if by magic.

Yep, it's another Bitdog original, and it is my intelectual property.
This is NOT free ware, it's TEST ware.
It's a good thing you guys aren't low life lamer thieves or anything.
If you want to work with me, contact me.
Up front and honest is always best.

FCV.com confirms the outputs are the same.
DIS.com shows the unique srt.com code.
FASM assembles the dis.com code.
FCC.com confirms that the code is what made SRT.com

PS, if you have a problem with me or anything I'm doing,
 PM Private Message me, and I will try to solve the issue properly.
 Trashing my post, says more about the trash, than the post.

SRT.COM is making the world a better place, a little bit at a time.

The original post was on the flat assembler web site, DOS section,
where it should be. 4/13/26

