PRIMES comparision

From: wolfgang kern (nowhere_at_nevernet.at)
Date: 07/16/04


Date: Fri, 16 Jul 2004 14:10:34 +0200

I just uploaded three modified versions
as temporary results of the
 HLL vs ASM speed/size competition with "J.Mo".

http://web.utanet.at/schw1285/KESYS/index.htm
[codesnips]
SSEPRIME.exe
DECPRIME.exe
HEXPRIME.exe

all three do the same thing, list primes 2...65521 (FFF1h)
to a console window.
I added a hex-value at the end of the list, which is
derivated from delta-RDTSC (shr 16 for raw view)

The mSec noted on the codesnip-lines respond to
my old 500 MHZ AMD with win98se.

please let me know if any bugs/hangs/crash occure.
__
wolfgang