Large Model Sieve Program

The Sieve of Erosthostenes is a program that calculates
Prime numbers.  It is a standard benchmark used to determine
the relative speed of different computers or the efficiency
of the code generated for the same computer by different
compilers.

This version of LSIEVE is designed to run on the Intel 51FX,
151, 251 Eval Board when used with an 8051 or a 151.

The program is already compiled, linked, and ready to run.

To compile and link the program yourself...
  Select the Make: Build Project command from the Project Menu.

To download the program to the Intel Eval Board...
  Select the dScope Debugger command from the Run Menu.

Refer to ABSTRACT.TXT for more information about the Sieve.

